Smalltalk/X WebserverDocumentation of class 'RBValueNode': | ||
Class: RBValueNodeInheritance:Object | +--RBProgramNode | +--RBStatementNode | +--RBValueNode | +--RBArrayNode | +--RBAssignmentNode | +--RBBlockNode | +--RBCascadeNode | +--RBLiteralNode | +--RBMessageNode | +--RBOptimizedNode | +--RBSTXPrimitiveValueCCodeNode | +--RBVariableNode
Description:BRValueNode is an abstract class that represents a node that returns some value. Instance Variables: parentheses <SequenceableCollection of: Inteval> the positions of the parethesis around this node. We need a collection of intervals for stupid code such as "((3 + 4))" that has multiple parethesis around the same expression. Instance protocol:accessing
|
||
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:22:24 GMT |