Uses of Class
gw.lang.ir.expression.IRCastExpression
Packages that use IRCastExpression
Package
Description
-
Uses of IRCastExpression in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRCastExpressionModifier and TypeMethodDescriptionstatic voidIRCastExpressionCompiler.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 IRCastExpressionModifier and TypeMethodDescriptionvoidIRTreeCompiler.compileIRCastExpression(IRCastExpression irCastExpression, int indent) -
Uses of IRCastExpression in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRCastExpressionModifier and TypeMethodDescriptionstatic IRCastExpressionIRArgConverter.cast(IRExpression root, IRType type)