Uses of Class
gw.lang.ir.expression.IRIdentifier
Packages that use IRIdentifier
Package
Description
-
Uses of IRIdentifier in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRIdentifierModifier and TypeMethodDescriptionstatic 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 IRIdentifierModifier and TypeMethodDescriptionprivate 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 IRIdentifierModifier and TypeMethodDescriptionvoidIRTreeCompiler.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 IRIdentifierModifier and TypeMethodDescriptionprivate voidIRTreeVerifier.verifyIRIdentifier(IRIdentifier irIdentifier) -
Uses of IRIdentifier in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRIdentifierModifier and TypeMethodDescriptionprotected IRIdentifierAbstractElementTransformer.identifier(IRSymbol symbol) -
Uses of IRIdentifier in gw.lang.ir.statement
Fields in gw.lang.ir.statement declared as IRIdentifierMethods in gw.lang.ir.statement that return IRIdentifierMethods in gw.lang.ir.statement with parameters of type IRIdentifierModifier and TypeMethodDescriptionvoidIRForEachStatement.setIdentifierToNullCheck(IRIdentifier exprToNullCheck)