Class IRJavaCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.java.IRJavaCompiler
-
public class IRJavaCompiler extends Object
-
-
Constructor Summary
Constructors Constructor Description IRJavaCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compileClassStatement(IRClass irClass)
StringBuilder
getOutput()
-
-
-
Method Detail
-
getOutput
public StringBuilder getOutput()
-
compileClassStatement
public void compileClassStatement(IRClass irClass)
-
-