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 void
IRIdentifierCompiler.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 void
IRJavaCompiler.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 TypeMethodDescriptionvoid
IRTreeCompiler.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 void
IRTreeVerifier.verifyIRIdentifier
(IRIdentifier irIdentifier) -
Uses of IRIdentifier in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRIdentifierModifier and TypeMethodDescriptionprotected IRIdentifier
AbstractElementTransformer.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 TypeMethodDescriptionvoid
IRForEachStatement.setIdentifierToNullCheck
(IRIdentifier exprToNullCheck)