Interface CodeVariableThis
- All Superinterfaces:
CodeExpression, CodeItem, CodeItemWithDeclaration, CodeItemWithName, CodeItemWithType, CodeVariable
CodeVariable for the surrounding instance. In Java and some various languages called this.
In some other languages called self.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName"self".static final StringName"this".Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeExpression
evaluateMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeItemWithDeclaration
writeReferenceMethods inherited from interface CodeItemWithName
getNameMethods inherited from interface CodeItemWithType
getTypeMethods inherited from interface CodeVariable
writeReference
-
Field Details
-
NAME_THIS
-
NAME_SELF
-