Uses of Class
gw.lang.ir.expression.IRIdentifier
-
-
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 voidIRIdentifierCompiler. compile(IRIdentifier identifier, IRBytecodeContext context) -
Uses of IRIdentifier in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRIdentifier Modifier and Type Method Description private voidIRJavaCompiler. compileIRIdentifier(IRIdentifier irIdentifier) -
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 voidIRTreeCompiler. compileIRIdentifier(IRIdentifier irIdentifier, int indent) -
Uses of IRIdentifier in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRIdentifier Modifier and Type Method Description private voidIRTreeVerifier. verifyIRIdentifier(IRIdentifier irIdentifier) -
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 IRIdentifierAbstractElementTransformer. identifier(IRSymbol symbol) -
Uses of IRIdentifier in gw.lang.ir.statement
Fields in gw.lang.ir.statement declared as IRIdentifier Modifier and Type Field Description private IRIdentifierIRForEachStatement. _identifierToNullCheckMethods in gw.lang.ir.statement that return IRIdentifier Modifier and Type Method Description IRIdentifierIRForEachStatement. getIdentifierToNullCheck()Methods in gw.lang.ir.statement with parameters of type IRIdentifier Modifier and Type Method Description voidIRForEachStatement. setIdentifierToNullCheck(IRIdentifier exprToNullCheck)
-