|
Class: RBSTXPrimitiveCCodeNode
Object
|
+--RBProgramNode
|
+--RBStatementNode
|
+--RBSTXPrimitiveCCodeNode
- Package:
- stx:goodies/refactoryBrowser/parser
- Category:
- Refactory-AST-Nodes
- Version:
- rev:
1.6
date: 2021/01/20 15:00:10
- user: cg
- file: RBSTXPrimitiveCCodeNode.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
-
start
-
-
stop
-
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.
testing
-
isSTXPrimitiveCCode
-
visitor
-
acceptVisitor: aProgramNodeVisitor
-
|