AST
Class OwlParser
java.lang.Object
AST.OwlParser
- All Implemented Interfaces:
- OwlParserConstants, OwlParserTreeConstants
public class OwlParser
- extends java.lang.Object
- implements OwlParserTreeConstants, OwlParserConstants
Fields inherited from interface AST.OwlParserTreeConstants |
JJTFLOATELEMENT, JJTINTELEMENT, JJTLIST, jjtNodeName, JJTOWLALLDIFFERENT, JJTOWLALLVALUESFROM, JJTOWLCARDINALITY, JJTOWLCLASS, JJTOWLDATARANGE, JJTOWLDATATYPEPROPERTY, JJTOWLDISJOINTWITH, JJTOWLEQUIVALENTCLASS, JJTOWLFUNCTIONALPROPERTY, JJTOWLIMPORTS, JJTOWLINTERSECTIONOF, JJTOWLINVERSEOF, JJTOWLMINCARDINALITY, JJTOWLOBJECTPROPERTY, JJTOWLONEOF, JJTOWLONPROPERTY, JJTOWLONTOLOGY, JJTOWLRESTRICTION, JJTOWLSOMEVALUESFROM, JJTOWLUNIONOF, JJTRDFABOUT, JJTRDFDATATYPE, JJTRDFDECLARATION, JJTRDFFIRST, JJTRDFID, JJTRDFPARSETYPE, JJTRDFRESOURCE, JJTRDFREST, JJTRDFSCOMMENT, JJTRDFSDOMAIN, JJTRDFSRANGE, JJTRDFSSUBCLASSOF, JJTRDFSSUBPROPERTYOF, JJTRDFTYPE, JJTSPECIFICATION, JJTSTART, JJTSTRINGELEMENT, JJTVALUE, JJTVERSION, JJTVOID, JJTXMLBASE, JJTXMLHEADER, JJTXMLNS, JJTXMLNSDAML, JJTXMLNSDC, JJTXMLNSOWL, JJTXMLNSP1, JJTXMLNSPROTEGE, JJTXMLNSRDF, JJTXMLNSRDFS, JJTXMLNSXSD |
Fields inherited from interface AST.OwlParserConstants |
ASSIGN, BOUNDS, CHARACTER_LITERAL, DECIMAL_LITERAL, DEFAULT, DIGIT, EOF, EXPONENT, FLOAT_LITERAL, HEX_LITERAL, IDENTIFIER, INTEGER_LITERAL, LBRACE, LBRACKET, LETTER, OCTAL_LITERAL, OWL_ALLDIFFERENT, OWL_ALLVALUESFROM, OWL_CARDINALITY, OWL_CLASS, OWL_DATARANGE, OWL_DATATYPEPROPERTY, OWL_DISJOINTWITH, OWL_EQUIVALENTCLASS, OWL_FUNCTIONALPROPERTY, OWL_IMPORTS, OWL_INTERSECTIONOF, OWL_INVERSEOF, OWL_MINCARDINALITY, OWL_OBJECTPROPERTY, OWL_ONEOF, OWL_ONPROPERTY, OWL_ONTOLOGY, OWL_RESTRICTION, OWL_SOMEVALUESFROM, OWL_UNIONOF, RBRACE, RBRACKET, RDF_ABOUT, RDF_DATATYPE, RDF_FIRST, RDF_ID, RDF_PARSETYPE, RDF_RDF, RDF_RESOURCE, RDF_REST, RDF_TYPE, RDFS_COMMENT, RDFS_DOMAIN, RDFS_RANGE, RDFS_SUBCLASSOF, RDFS_SUBPROPERTYOF, SEMICOLON, STRING_LITERAL, tokenImage, VERSION, XML, XML_BASE, XMLNS, XMLNS_DAML, XMLNS_DC, XMLNS_OWL, XMLNS_P1, XMLNS_PROTEGE, XMLNS_RDF, XMLNS_RDFS, XMLNS_XSD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jjtree
protected AST.JJTOwlParserState jjtree
token_source
public OwlParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
OwlParser
public OwlParser(java.io.InputStream stream)
OwlParser
public OwlParser(java.io.InputStream stream,
java.lang.String encoding)
OwlParser
public OwlParser(java.io.Reader stream)
OwlParser
public OwlParser(OwlParserTokenManager tm)
Start
public final Start Start()
throws ParseException
- Throws:
ParseException
Specification
public final void Specification()
throws ParseException
- Throws:
ParseException
XmlHeader
public final void XmlHeader()
throws ParseException
- Throws:
ParseException
RdfDeclaration
public final void RdfDeclaration()
throws ParseException
- Throws:
ParseException
ElementList
public final void ElementList()
throws ParseException
- Throws:
ParseException
Element
public final void Element()
throws ParseException
- Throws:
ParseException
SimpleElement
public final void SimpleElement()
throws ParseException
- Throws:
ParseException
IntElement
public final void IntElement()
throws ParseException
- Throws:
ParseException
FloatElement
public final void FloatElement()
throws ParseException
- Throws:
ParseException
StringElement
public final void StringElement()
throws ParseException
- Throws:
ParseException
OwlElement
public final void OwlElement()
throws ParseException
- Throws:
ParseException
OwlOntology
public final void OwlOntology()
throws ParseException
- Throws:
ParseException
OwlAllDifferent
public final void OwlAllDifferent()
throws ParseException
- Throws:
ParseException
OwlAllValuesFrom
public final void OwlAllValuesFrom()
throws ParseException
- Throws:
ParseException
OwlCardinality
public final void OwlCardinality()
throws ParseException
- Throws:
ParseException
OwlClass
public final void OwlClass()
throws ParseException
- Throws:
ParseException
OwlDataRange
public final void OwlDataRange()
throws ParseException
- Throws:
ParseException
OwlDatatypeProperty
public final void OwlDatatypeProperty()
throws ParseException
- Throws:
ParseException
OwlDisjointWith
public final void OwlDisjointWith()
throws ParseException
- Throws:
ParseException
OwlEquivalentClass
public final void OwlEquivalentClass()
throws ParseException
- Throws:
ParseException
OwlFunctionalProperty
public final void OwlFunctionalProperty()
throws ParseException
- Throws:
ParseException
OwlImports
public final void OwlImports()
throws ParseException
- Throws:
ParseException
OwlIntersectionOf
public final void OwlIntersectionOf()
throws ParseException
- Throws:
ParseException
OwlInverseOf
public final void OwlInverseOf()
throws ParseException
- Throws:
ParseException
OwlMinCardinality
public final void OwlMinCardinality()
throws ParseException
- Throws:
ParseException
OwlObjectProperty
public final void OwlObjectProperty()
throws ParseException
- Throws:
ParseException
OwlOneOf
public final void OwlOneOf()
throws ParseException
- Throws:
ParseException
OwlOnProperty
public final void OwlOnProperty()
throws ParseException
- Throws:
ParseException
OwlSomeValuesFrom
public final void OwlSomeValuesFrom()
throws ParseException
- Throws:
ParseException
OwlRestriction
public final void OwlRestriction()
throws ParseException
- Throws:
ParseException
OwlUnionOf
public final void OwlUnionOf()
throws ParseException
- Throws:
ParseException
RdfElement
public final void RdfElement()
throws ParseException
- Throws:
ParseException
RdfType
public final void RdfType()
throws ParseException
- Throws:
ParseException
RdfFirst
public final void RdfFirst()
throws ParseException
- Throws:
ParseException
RdfRest
public final void RdfRest()
throws ParseException
- Throws:
ParseException
RdfsComment
public final void RdfsComment()
throws ParseException
- Throws:
ParseException
RdfsDomain
public final void RdfsDomain()
throws ParseException
- Throws:
ParseException
RdfsRange
public final void RdfsRange()
throws ParseException
- Throws:
ParseException
RdfsSubClassOf
public final void RdfsSubClassOf()
throws ParseException
- Throws:
ParseException
RdfsSubPropertyOf
public final void RdfsSubPropertyOf()
throws ParseException
- Throws:
ParseException
AttributeList
public final void AttributeList()
throws ParseException
- Throws:
ParseException
Attribute
public final void Attribute()
throws ParseException
- Throws:
ParseException
Version
public final void Version()
throws ParseException
- Throws:
ParseException
RdfAttribute
public final void RdfAttribute()
throws ParseException
- Throws:
ParseException
RdfAbout
public final void RdfAbout()
throws ParseException
- Throws:
ParseException
RdfDatatype
public final void RdfDatatype()
throws ParseException
- Throws:
ParseException
RdfId
public final void RdfId()
throws ParseException
- Throws:
ParseException
RdfParseType
public final void RdfParseType()
throws ParseException
- Throws:
ParseException
RdfResource
public final void RdfResource()
throws ParseException
- Throws:
ParseException
XmlAttribute
public final void XmlAttribute()
throws ParseException
- Throws:
ParseException
XmlBase
public final void XmlBase()
throws ParseException
- Throws:
ParseException
XmlnsAttribute
public final void XmlnsAttribute()
throws ParseException
- Throws:
ParseException
Xmlns
public final void Xmlns()
throws ParseException
- Throws:
ParseException
XmlnsDaml
public final void XmlnsDaml()
throws ParseException
- Throws:
ParseException
XmlnsDc
public final void XmlnsDc()
throws ParseException
- Throws:
ParseException
XmlnsP1
public final void XmlnsP1()
throws ParseException
- Throws:
ParseException
XmlnsProtege
public final void XmlnsProtege()
throws ParseException
- Throws:
ParseException
XmlnsRdf
public final void XmlnsRdf()
throws ParseException
- Throws:
ParseException
XmlnsXsd
public final void XmlnsXsd()
throws ParseException
- Throws:
ParseException
XmlnsRdfs
public final void XmlnsRdfs()
throws ParseException
- Throws:
ParseException
XmlnsOwl
public final void XmlnsOwl()
throws ParseException
- Throws:
ParseException
Value
public final void Value()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.InputStream stream,
java.lang.String encoding)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(OwlParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()