Groovy Documentation

org.gradle.api.plugins.antlr.plan
[Java] Class GenerationPlanBuilder

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

public class GenerationPlanBuilder

Builder for the properly order list of GenerationPlan.

IMPL NOTE : Uses recursive calls to achieve ordering.

Authors:
Steve Ebersole


Constructor Summary
GenerationPlanBuilder(java.io.File outputDirectory)

 
Method Summary
java.util.List buildGenerationPlans(XRef metadataXRef)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

GenerationPlanBuilder

public GenerationPlanBuilder(java.io.File outputDirectory)


 
Method Detail

buildGenerationPlans

public java.util.List buildGenerationPlans(XRef metadataXRef)


 

Groovy Documentation