Package ac.essex.ooechs.ecj.ecj2java.nodes

Interface Summary
ParseableNode Basic Interface that allows the JavaWriter to turn GP nodes into Java Code.
 

Class Summary
ParseableERC ParseableERC is an adapter class that serves two functions: It allows ECJ2Java to write the ERC into pure java It makes ERCs easier to code
ParseableGPNode An abstract class which allows us to save a node and run it again at a later time.