eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'JavaScriptParser::IncDecNode':

Home

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

Class: IncDecNode (private in JavaScriptParser

This class is only visible from within JavaScriptParser.

Inheritance:

   Object
   |
   +--ParseNode
      |
      +--PrimaryNode
         |
         +--JavaScriptParser::IncDecNode
            |
            +--JavaScriptParser::PostIncDecNode
            |
            +--JavaScriptParser::PreIncDecNode

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

Instance protocol:

accessing
o  isInc
return the value of the instance variable 'isInc' (automatically generated)

o  isInc: something
set the value of the instance variable 'isInc' (automatically generated)

o  lValue
return the value of the instance variable 'lValue' (automatically generated)

o  lValue: something
set the value of the instance variable 'lValue' (automatically generated)

compiling
o  codeForSideEffectOn: aStream inBlock: b for: aCompiler
(comment from inherited method)
generate code for this statement - value not needed

** This method must be redefined in concrete classes (subclassResponsibility) **

enumeration
o  allSubNodesDo: aBlock
evaluate aBlock for each subnode

o  childrenDo: 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-selector sent by this node and subnodes

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

evaluation
o  evaluateIn: anEnvironment

** This method must be redefined in concrete classes (subclassResponsibility) **

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:26:04 GMT