Uses of Interface
org.incenp.obofoundry.kgcl.parser.KGCLVisitor
-
Packages that use KGCLVisitor Package Description org.incenp.obofoundry.kgcl.parser -
-
Uses of KGCLVisitor in org.incenp.obofoundry.kgcl.parser
Classes in org.incenp.obofoundry.kgcl.parser that implement KGCLVisitor Modifier and Type Class Description classKGCLBaseVisitor<T>This class provides an empty implementation ofKGCLVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.classParseTree2ChangeVisitorA visitor to converts the ANTLR parse tree of a KGCL changeset into a list ofChangeobjects.
-