eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'JavaScriptParser::FunctionCallNode':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FunctionCallNode (private in JavaScriptParser

This class is only visible from within JavaScriptParser.

Inheritance:

   Object
   |
   +--ParseNode
      |
      +--MessageNode
         |
         +--JavaScriptParser::FunctionCallNode
            |
            +--JavaScriptParser::ImplicitFunctionCallNode

Package:
stx:libjavascript
Category:
Languages-JavaScript-Compiling & Parsing
Owner:
JavaScriptParser
Author:
exept MBP

Description:


documentation to be added.

class:
    <a short class summary here, describing what instances represent>

responsibilities:    
    <describing what my main role is>

collaborators:    
    <describing with whom and how I talk to>

API:
    <public api and main messages>
    
example:
    <a one-line examples on how to use - can also be in a separate example method>

implementation:
    <implementation points>


[instance variables:]

[class variables:]


Related information:



Instance protocol:

accessing
o  isImplicitSelfSend

o  isImplicitSelfSend: aBoolean

o  translatedSelector

o  translatedSelector: stSelector

evaluation
o  evaluateCallIn: anEnvironment
the perform below would fail

o  evaluateIn: anEnvironment

o  evaluationSelector

o  javaScriptSelector

o  javaScriptSelector: aSelector

printing
o  printOn: aStream indent: i

queries
o  isImplicit

testing
o  isFunctionCallNode

o  isUnaryMessage
(comment from inherited method)
return true, if this is a node for a unary send

visiting
o  acceptVisitor: visitor
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:22:57 GMT