|
Class: StatementBlockNode (private in JavaScriptParser
This class is only visible from within
JavaScriptParser.
Object
|
+--ParseNode
|
+--StatementNode
|
+--JavaScriptParser::JavaScriptStatementNode
|
+--JavaScriptParser::StatementBlockNode
- Package:
- stx:libjavascript
- Category:
- Languages-JavaScript-Compiling & Parsing
- Owner:
- JavaScriptParser
accessing
-
endPosition
-
(comment from inherited method)
the node's last character position in the original source
-
startPosition
-
(comment from inherited method)
the node's character position in the original source
-
statements
-
-
statements: something
-
code generation
-
codeForSideEffectOn: aStream inBlock: b for: aCompiler
-
enumeration
-
allNodesDo: aBlock
-
evaluate aBlock for each node in this node and subnodes
-
allSubNodesDo: aBlock
-
evaluate aBlock for each subnode
-
childrenDo: aBlock
-
evaluate aBlock for each node in this node and subnodes
-
messageSelectorsDo: aBlock
-
evaluate aBlock for each message-selector sent by this node and subnodes
-
messagesDo: aBlock
-
evaluate aBlock for each message-node sent by this node and subnodes
-
variableNodesDo: aBlock
-
evaluate aBlock for each variable-node in this node and subnodes
printing
-
printOn: aStream indent: i
-
visiting
-
acceptVisitor: visitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|