LABEL
Content copied to clipboard
A label declaration at the start of a block.
Functions
Link copied to clipboard
open override fun emitEffectForOn( tokens: A_Tuple, declarationNode: A_Phrase, codeGenerator: AvailCodeGenerator)
Content copied to clipboard
Let the code generator know that the label occurs at the current code position.
Link copied to clipboard
open fun emitVariableAssignmentForOn( tokens: A_Tuple, declarationNode: A_Phrase, codeGenerator: AvailCodeGenerator)
Content copied to clipboard
Emit an assignment to this variable.
Link copied to clipboard
open fun emitVariableReferenceForOn( tokens: A_Tuple, declarationNode: A_Phrase, codeGenerator: AvailCodeGenerator)
Content copied to clipboard
Emit a reference to this variable.
Link copied to clipboard
open override fun emitVariableValueForOn( tokens: A_Tuple, declarationNode: A_Phrase, codeGenerator: AvailCodeGenerator)
Content copied to clipboard
Emit a use of this variable.
Link copied to clipboard
Answer a Java String describing this kind of declaration.
Link copied to clipboard
Return the instance of the enumeration PhraseKind that is associated with this kind of declaration.
Link copied to clipboard
open override fun print( self: A_Phrase, builder: StringBuilder, recursionMap: IdentityHashMap<A_BasicObject, Void>, indent: Int)
Content copied to clipboard
Print a declaration of this kind.