Class BaseCompiler
java.lang.Object
com.github.CoryBorek.PseudocodeCompiler.lib.BaseCompiler
- Direct Known Subclasses:
CompilationItem
,PseudoFile
Core item that allows anything to be compiled
-
Constructor Details
-
BaseCompiler
public BaseCompiler()
-
-
Method Details
-
getChildren
Gives the children object- Returns:
- Children
-
setup
public abstract void setup() -
compile
-