Свойство | Type | Description | |
---|---|---|---|
staticLabel | Intermediate.Label | ||
value | string |
Méthode | Description | |
---|---|---|
Emit ( CompileContext context, Model scope, |
||
GatherSymbols ( CompileContext context, Model enclosingScope ) : void | ||
GetFetchToken ( ) : Operand | ||
Init ( Irony context, Irony treeNode ) : void | ||
UnescapeString ( String s ) : String |
public Emit ( CompileContext context, Model scope, |
||
context | CompileContext | |
scope | Model | |
target | ||
Résultat | Intermediate.IRNode |
public GatherSymbols ( CompileContext context, Model enclosingScope ) : void | ||
context | CompileContext | |
enclosingScope | Model | |
Résultat | void |
public Init ( Irony context, Irony treeNode ) : void | ||
context | Irony | |
treeNode | Irony | |
Résultat | void |
public static UnescapeString ( String s ) : String | ||
s | String | |
Résultat | String |