|
Class: RBSTXPrimitiveValueCCodeNode
Object
|
+--RBProgramNode
|
+--RBStatementNode
|
+--RBValueNode
|
+--RBSTXPrimitiveValueCCodeNode
- Package:
- stx:goodies/refactoryBrowser/parser
- Category:
- Refactory-AST-Nodes
- Version:
- rev:
1.7
date: 2021/09/15 07:41:57
- user: cg
- file: RBSTXPrimitiveValueCCodeNode.st directory: goodies/refactoryBrowser/parser
- module: stx stc-classLibrary: parser
accessing
-
codeToken
-
return the value of the instance variable 'codeToken' (automatically generated)
-
codeToken: something
-
set the value of the instance variable 'codeToken' (automatically generated)
-
formattedCode
-
is already formatted
-
lastLineNumber
-
(comment from inherited method)
lineNumber isNil ifTrue:[self halt:'should always be non-nil'].
-
start
-
-
startWithoutParentheses
-
-
stop
-
-
stopWithoutParentheses
-
comparing
-
= anObject
-
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.
visitor
-
acceptVisitor: aProgramNodeVisitor
-
|