org.gradle.api.plugins.antlr.plan
Class GenerationPlanBuilder

java.lang.Object
  extended by org.gradle.api.plugins.antlr.plan.GenerationPlanBuilder

public class GenerationPlanBuilder
extends Object

Builder for the properly order list of generation plans.

IMPL NOTE : Uses recursive calls to achieve ordering.


Constructor Summary
GenerationPlanBuilder(File outputDirectory)
           
 
Method Summary
 List<GenerationPlan> buildGenerationPlans(XRef metadataXRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationPlanBuilder

public GenerationPlanBuilder(File outputDirectory)
Method Detail

buildGenerationPlans

public List<GenerationPlan> buildGenerationPlans(XRef metadataXRef)