Uses of Class
gw.lang.ir.expression.IRCastExpression
-
-
Uses of IRCastExpression in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRCastExpression Modifier and Type Method Description static voidIRCastExpressionCompiler. compile(IRCastExpression expression, IRBytecodeContext context) -
Uses of IRCastExpression in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRCastExpression Modifier and Type Method Description private voidIRJavaCompiler. compileIRCastExpression(IRCastExpression irCastExpression) -
Uses of IRCastExpression in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRCastExpression Modifier and Type Method Description voidIRTreeCompiler. compileIRCastExpression(IRCastExpression irCastExpression, int indent) -
Uses of IRCastExpression in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRCastExpression Modifier and Type Method Description private voidIRTreeVerifier. verifyIRCastExpression(IRCastExpression irCastExpression) -
Uses of IRCastExpression in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRCastExpression Modifier and Type Method Description static IRCastExpressionIRArgConverter. cast(IRExpression root, IRType type)
-