JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
org.incenp.obofoundry.kgcl.parser
Packages that use
org.incenp.obofoundry.kgcl.parser
Package
Description
org.incenp.obofoundry.kgcl.parser
Classes in
org.incenp.obofoundry.kgcl.parser
used by
org.incenp.obofoundry.kgcl.parser
Class
Description
IParseTreeErrorListener
An object that listens to errors that may occur when processing the parse tree of a KGCL changeset.
KGCLBaseVisitor
This class provides an empty implementation of
KGCLVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
KGCLListener
This interface defines a complete listener for a parse tree produced by
KGCLParser
.
KGCLParser.AddSubsetContext
KGCLParser.ChangeAnnotationContext
KGCLParser.ChangeContext
KGCLParser.ChangeDefinitionContext
KGCLParser.ChangePredicateContext
KGCLParser.ChangesetContext
KGCLParser.ChangeSynonymContext
KGCLParser.DeleteContext
KGCLParser.DeleteEdgeContext
KGCLParser.IdAsCURIEContext
KGCLParser.IdAsIRIContext
KGCLParser.IdAsLabelContext
KGCLParser.IdContext
KGCLParser.IdlistContext
KGCLParser.MoveContext
KGCLParser.NewDefinitionContext
KGCLParser.NewEdgeContext
KGCLParser.NewNodeContext
KGCLParser.NewSynonymContext
KGCLParser.NodeTypeContext
KGCLParser.ObsoleteContext
KGCLParser.ObsoleteNoReplacementContext
KGCLParser.ObsoleteWithAlternativeContext
KGCLParser.ObsoleteWithReplacementContext
KGCLParser.QualifierContext
KGCLParser.RemoveDefinitionContext
KGCLParser.RemoveSubsetContext
KGCLParser.RemoveSynonymContext
KGCLParser.RenameContext
KGCLParser.StringContext
KGCLParser.TextContext
KGCLParser.TypetagContext
KGCLParser.UnobsoleteContext
KGCLVisitor
This interface defines a complete generic visitor for a parse tree produced by
KGCLParser
.