fr.umlv.tatoo.cc.tools.ast
Interface ASTNodeBuilder.Creator<A extends ASTNode>

All Known Implementing Classes:
ASTNodeBuilder.LazyCreator
Enclosing class:
ASTNodeBuilder

public static interface ASTNodeBuilder.Creator<A extends ASTNode>


Method Summary
 A getNode()
           
 

Method Detail

getNode

A getNode()