Class BaseCompiler

java.lang.Object
com.github.CoryBorek.PseudocodeCompiler.lib.BaseCompiler
Direct Known Subclasses:
CompilationItem, PseudoFile

public abstract class BaseCompiler extends Object
Core item that allows anything to be compiled
  • Constructor Details

    • BaseCompiler

      public BaseCompiler()
  • Method Details

    • getChildren

      public ArrayList<BaseCompiler> getChildren()
      Gives the children object
      Returns:
      Children
    • setup

      public abstract void setup()
    • compile

      public abstract String compile()