Uses of Class
gw.lang.ir.expression.IRCastExpression
-
Packages that use IRCastExpression Package Description gw.internal.gosu.ir.compiler.bytecode.expression gw.internal.gosu.ir.compiler.tree gw.lang.ir.builder -
-
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 void
IRCastExpressionCompiler. compile(IRCastExpression expression, IRBytecodeContext context)
-
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 void
IRTreeCompiler. compileIRCastExpression(IRCastExpression irCastExpression, int indent)
-
Uses of IRCastExpression in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRCastExpression Modifier and Type Method Description static IRCastExpression
IRArgConverter. cast(IRExpression root, IRType type)
-