Uses of Interface
org.incenp.obofoundry.kgcl.parser.KGCLVisitor
Packages that use KGCLVisitor
-
Uses of KGCLVisitor in org.incenp.obofoundry.kgcl.parser
Classes in org.incenp.obofoundry.kgcl.parser that implement KGCLVisitorModifier and TypeClassDescriptionclass
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.class
A visitor to converts the ANTLR parse tree of a KGCL changeset into a list ofChange
objects.