eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'JavaScriptParser::CommaExpression':

Home

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

Class: CommaExpression (private in JavaScriptParser

This class is only visible from within JavaScriptParser.

Inheritance:

   Object
   |
   +--ParseNode
      |
      +--JavaScriptParser::CommaExpression

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

Class protocol:

instance creation
o  left: l right: r


Instance protocol:

accessing
o  expression1

o  expression2

o  left: l right: r

compilation
o  codeForSideEffectOn: aStream inBlock: b for: aCompiler

o  codeOn: aStream inBlock: b for: aCompiler

enumeration
o  allSubNodesDo: aBlock
evaluate aBlock for each subnode

o  messageSelectorsDo: aBlock
evaluate aBlock for each message-selector sent by this node and subnodes

o  messagesDo: aBlock
evaluate aBlock for each message-node sent by this node and subnodes

o  variableNodesDo: aBlock
evaluate aBlock for each variable-node in this node and subnodes

printing
o  printOn: aStream indent: i
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 23:52:04 GMT