eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'JavaScriptParser::AndExpressionNode':

Home

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

Class: AndExpressionNode (private in JavaScriptParser

This class is only visible from within JavaScriptParser.

Inheritance:

   Object
   |
   +--ParseNode
      |
      +--StatementNode
         |
         +--JavaScriptParser::JavaScriptStatementNode
            |
            +--JavaScriptParser::AndExpressionNode

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

Instance protocol:

accessing
o  expression1

o  expression1: expression1Arg expression2: expression2Arg

o  expression2

compiling
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

evaluation
o  evaluateExpressionIn: anEnvironment

printing
o  printOn: aStream indent: i

testing
o  isJavaScriptAndExpression

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; Fri, 19 Apr 2024 18:36:18 GMT