Class IRCharacterLiteralCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
-
- gw.internal.gosu.ir.compiler.bytecode.expression.IRCharacterLiteralCompiler
-
public class IRCharacterLiteralCompiler extends AbstractBytecodeCompiler
-
-
Field Summary
-
Fields inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
OBJECT_TYPE
-
-
Constructor Summary
Constructors Constructor Description IRCharacterLiteralCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
compile(IRCharacterLiteral expression, IRBytecodeContext context)
-
Methods inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
compileConditionAssignment, getIns, isNotPartOfBooleanExpr, isWide, negateOpcode
-
-
-
-
Method Detail
-
compile
public static void compile(IRCharacterLiteral expression, IRBytecodeContext context)
-
-