Class IRBytecodeCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.IRBytecodeCompiler
-
public class IRBytecodeCompiler extends Object
-
-
Constructor Summary
Constructors Constructor Description IRBytecodeCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcompileIRElement(IRElement element, IRBytecodeContext context)static voidcompileIRExpression(IRExpression expression, IRBytecodeContext context)static voidcompileIRStatement(IRStatement statement, IRBytecodeContext context)
-
-
-
Method Detail
-
compileIRElement
public static void compileIRElement(IRElement element, IRBytecodeContext context)
-
compileIRStatement
public static void compileIRStatement(IRStatement statement, IRBytecodeContext context)
-
compileIRExpression
public static void compileIRExpression(IRExpression expression, IRBytecodeContext context)
-
-