Package org.incenp.obofoundry.kgcl.parser
package org.incenp.obofoundry.kgcl.parser
-
ClassDescriptionAn object that listens to errors that may occur when processing the parse tree of a KGCL changeset.This class provides an empty implementation of
KGCLListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.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.This interface defines a complete listener for a parse tree produced byKGCLParser
.KGCLVisitor<T>This interface defines a complete generic visitor for a parse tree produced byKGCLParser
.A visitor to converts the ANTLR parse tree of a KGCL changeset into a list ofChange
objects.