Uses of Class
gw.lang.ir.expression.IRIdentifier
-
Packages that use IRIdentifier Package Description gw.internal.gosu.ir.compiler.bytecode.expression gw.internal.gosu.ir.compiler.tree gw.internal.gosu.ir.transform gw.lang.ir.statement -
-
Uses of IRIdentifier in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRIdentifier Modifier and Type Method Description static void
IRIdentifierCompiler. compile(IRIdentifier identifier, IRBytecodeContext context)
-
Uses of IRIdentifier in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRIdentifier Modifier and Type Method Description void
IRTreeCompiler. compileIRIdentifier(IRIdentifier irIdentifier, int indent)
-
Uses of IRIdentifier in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRIdentifier Modifier and Type Method Description protected IRIdentifier
AbstractElementTransformer. identifier(IRSymbol symbol)
-
Uses of IRIdentifier in gw.lang.ir.statement
Methods in gw.lang.ir.statement that return IRIdentifier Modifier and Type Method Description IRIdentifier
IRForEachStatement. getIdentifierToNullCheck()
Methods in gw.lang.ir.statement with parameters of type IRIdentifier Modifier and Type Method Description void
IRForEachStatement. setIdentifierToNullCheck(IRIdentifier exprToNullCheck)
-