|
Class: JavaScriptReturnNode (private in JavaScriptParser
This class is only visible from within
JavaScriptParser.
Object
|
+--ParseNode
|
+--StatementNode
|
+--ReturnNode
|
+--JavaScriptParser::JavaScriptReturnNode
- Package:
- stx:libjavascript
- Category:
- Languages-JavaScript-Compiling & Parsing
- Owner:
- JavaScriptParser
accessing
-
environmentToReturnFrom
-
-
environmentToReturnFrom: something
-
code generation
-
basicCodeOn: aStream inBlock: b for: aCompiler
-
(comment from inherited method)
Transcript showCR:'====> %1 [%2]' with:lineNr with:expression printString.
-
codeOn: aStream inBlock: b for: aCompiler
-
(comment from inherited method)
aCompiler parserFlags allowPossibleSTCCompilationProblems ifFalse:[
printing
-
printOn: aStream indent: i
-
testing
-
isExpressionStatement
-
-
isJavaScriptReturnNode
-
visiting
-
acceptVisitor: visitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|