A B C D E F G H I J K L M N O P R S T U V X

A

add(ASTNode) - Method in class AST.List
 
add_escapes(String) - Method in exception AST.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAttribute(Attribute) - Method in class AST.ComplexElement
 
addAttribute(Attribute) - Method in class AST.OClass
 
addAttribute(Attribute) - Method in class AST.OwlAllDifferent
 
addAttribute(Attribute) - Method in class AST.OwlAllValuesFrom
 
addAttribute(Attribute) - Method in class AST.OwlCardinality
 
addAttribute(Attribute) - Method in class AST.OwlClass
 
addAttribute(Attribute) - Method in class AST.OwlClassDecl
 
addAttribute(Attribute) - Method in class AST.OwlClassUse
 
addAttribute(Attribute) - Method in class AST.OwlDataRange
 
addAttribute(Attribute) - Method in class AST.OwlDatatypeProperty
 
addAttribute(Attribute) - Method in class AST.OwlDisjointWith
 
addAttribute(Attribute) - Method in class AST.OwlEquivalentClass
 
addAttribute(Attribute) - Method in class AST.OwlFunctionalProperty
 
addAttribute(Attribute) - Method in class AST.OwlImports
 
addAttribute(Attribute) - Method in class AST.OwlIntersectionOf
 
addAttribute(Attribute) - Method in class AST.OwlInverseOf
 
addAttribute(Attribute) - Method in class AST.OwlMinCardinality
 
addAttribute(Attribute) - Method in class AST.OwlObjectProperty
 
addAttribute(Attribute) - Method in class AST.OwlOneOf
 
addAttribute(Attribute) - Method in class AST.OwlOnProperty
 
addAttribute(Attribute) - Method in class AST.OwlOntology
 
addAttribute(Attribute) - Method in class AST.OwlProperty
 
addAttribute(Attribute) - Method in class AST.OwlRestriction
 
addAttribute(Attribute) - Method in class AST.OwlSomeValuesFrom
 
addAttribute(Attribute) - Method in class AST.OwlUnionOf
 
addAttribute(Attribute) - Method in class AST.OwlValuesFrom
 
addAttribute(Attribute) - Method in class AST.RdfDeclaration
 
addAttribute(Attribute) - Method in class AST.RdfFirst
 
addAttribute(Attribute) - Method in class AST.RdfRest
 
addAttribute(Attribute) - Method in class AST.RdfsComment
 
addAttribute(Attribute) - Method in class AST.RdfsDomain
 
addAttribute(Attribute) - Method in class AST.RdfsRange
 
addAttribute(Attribute) - Method in class AST.RdfsSubClassOf
 
addAttribute(Attribute) - Method in class AST.RdfsSubPropertyOf
 
addAttribute(Attribute) - Method in class AST.RdfType
 
addAttribute(Attribute) - Method in class AST.XmlHeader
 
addChild(ASTNode) - Method in class AST.ASTNode
 
addElement(Element) - Method in class AST.ComplexElement
 
addElement(Element) - Method in class AST.OClass
 
addElement(Element) - Method in class AST.OwlAllDifferent
 
addElement(Element) - Method in class AST.OwlAllValuesFrom
 
addElement(Element) - Method in class AST.OwlCardinality
 
addElement(Element) - Method in class AST.OwlClass
 
addElement(Element) - Method in class AST.OwlClassDecl
 
addElement(Element) - Method in class AST.OwlClassUse
 
addElement(Element) - Method in class AST.OwlDataRange
 
addElement(Element) - Method in class AST.OwlDatatypeProperty
 
addElement(Element) - Method in class AST.OwlDisjointWith
 
addElement(Element) - Method in class AST.OwlEquivalentClass
 
addElement(Element) - Method in class AST.OwlFunctionalProperty
 
addElement(Element) - Method in class AST.OwlImports
 
addElement(Element) - Method in class AST.OwlIntersectionOf
 
addElement(Element) - Method in class AST.OwlInverseOf
 
addElement(Element) - Method in class AST.OwlMinCardinality
 
addElement(Element) - Method in class AST.OwlObjectProperty
 
addElement(Element) - Method in class AST.OwlOneOf
 
addElement(Element) - Method in class AST.OwlOnProperty
 
addElement(Element) - Method in class AST.OwlOntology
 
addElement(Element) - Method in class AST.OwlProperty
 
addElement(Element) - Method in class AST.OwlRestriction
 
addElement(Element) - Method in class AST.OwlSomeValuesFrom
 
addElement(Element) - Method in class AST.OwlUnionOf
 
addElement(Element) - Method in class AST.OwlValuesFrom
 
addElement(Element) - Method in class AST.RdfDeclaration
 
addElement(Element) - Method in class AST.RdfFirst
 
addElement(Element) - Method in class AST.RdfRest
 
addElement(Element) - Method in class AST.RdfsComment
 
addElement(Element) - Method in class AST.RdfsDomain
 
addElement(Element) - Method in class AST.RdfsRange
 
addElement(Element) - Method in class AST.RdfsSubClassOf
 
addElement(Element) - Method in class AST.RdfsSubPropertyOf
 
addElement(Element) - Method in class AST.RdfType
 
addEscapes(String) - Static method in error AST.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addOwlRestriction(OwlRestriction) - Method in class AST.Restrictions
 
addProperty(Element) - Method in class AST.Properties
 
adjustBeginLineColumn(int, int) - Method in class AST.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class AST.JavaCharStream
 
allValuesFrom() - Method in class AST.OwlRestriction
 
ASSIGN - Static variable in interface AST.OwlParserConstants
 
AST - package AST
 
ASTNode - Class in AST
 
ASTNode(int) - Constructor for class AST.ASTNode
 
ASTNode(OwlParser, int) - Constructor for class AST.ASTNode
 
ASTNode() - Constructor for class AST.ASTNode
 
Attribute - Class in AST
 
Attribute(int) - Constructor for class AST.Attribute
 
Attribute(OwlParser, int) - Constructor for class AST.Attribute
 
Attribute() - Constructor for class AST.Attribute
 
Attribute(Value) - Constructor for class AST.Attribute
 
Attribute() - Method in class AST.OwlParser
 
AttributeList() - Method in class AST.OwlParser
 

B

backup(int) - Method in class AST.JavaCharStream
 
beginColumn - Variable in class AST.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class AST.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class AST.JavaCharStream
 
boundariesCrossed - Static variable in class AST.ASTNode
 
BOUNDS - Static variable in interface AST.OwlParserConstants
 
bufcolumn - Variable in class AST.JavaCharStream
 
buffer - Variable in class AST.JavaCharStream
 
bufline - Variable in class AST.JavaCharStream
 
bufpos - Variable in class AST.JavaCharStream
 

C

CHANGE - Static variable in class AST.ASTNode
 
CHARACTER_LITERAL - Static variable in interface AST.OwlParserConstants
 
checkChild(Node, int) - Method in class AST.ASTNode
 
checkChild(Node, int) - Method in class AST.Attribute
 
checkChild(Node, int) - Method in class AST.ComplexElement
 
checkChild(Node, int) - Method in class AST.Element
 
checkChild(Node, int) - Method in class AST.FloatElement
 
checkChild(Node, int) - Method in class AST.IntElement
 
checkChild(Node, int) - Method in class AST.List
 
checkChild(Node, int) - Method in class AST.OClass
 
checkChild(Node, int) - Method in class AST.Opt
 
checkChild(Node, int) - Method in class AST.OwlAllDifferent
 
checkChild(Node, int) - Method in class AST.OwlAllValuesFrom
 
checkChild(Node, int) - Method in class AST.OwlCardinality
 
checkChild(Node, int) - Method in class AST.OwlClass
 
checkChild(Node, int) - Method in class AST.OwlClassDecl
 
checkChild(Node, int) - Method in class AST.OwlClassUse
 
checkChild(Node, int) - Method in class AST.OwlDataRange
 
checkChild(Node, int) - Method in class AST.OwlDatatypeProperty
 
checkChild(Node, int) - Method in class AST.OwlDisjointWith
 
checkChild(Node, int) - Method in class AST.OwlEquivalentClass
 
checkChild(Node, int) - Method in class AST.OwlFunctionalProperty
 
checkChild(Node, int) - Method in class AST.OwlImports
 
checkChild(Node, int) - Method in class AST.OwlIntersectionOf
 
checkChild(Node, int) - Method in class AST.OwlInverseOf
 
checkChild(Node, int) - Method in class AST.OwlMinCardinality
 
checkChild(Node, int) - Method in class AST.OwlObjectProperty
 
checkChild(Node, int) - Method in class AST.OwlOneOf
 
checkChild(Node, int) - Method in class AST.OwlOnProperty
 
checkChild(Node, int) - Method in class AST.OwlOntology
 
checkChild(Node, int) - Method in class AST.OwlProperty
 
checkChild(Node, int) - Method in class AST.OwlRestriction
 
checkChild(Node, int) - Method in class AST.OwlSomeValuesFrom
 
checkChild(Node, int) - Method in class AST.OwlUnionOf
 
checkChild(Node, int) - Method in class AST.OwlValuesFrom
 
checkChild(Node, int) - Method in class AST.Properties
 
checkChild(Node, int) - Method in class AST.RdfAbout
 
checkChild(Node, int) - Method in class AST.RdfDatatype
 
checkChild(Node, int) - Method in class AST.RdfDeclaration
 
checkChild(Node, int) - Method in class AST.RdfFirst
 
checkChild(Node, int) - Method in class AST.RdfId
 
checkChild(Node, int) - Method in class AST.RdfParseType
 
checkChild(Node, int) - Method in class AST.RdfResource
 
checkChild(Node, int) - Method in class AST.RdfRest
 
checkChild(Node, int) - Method in class AST.RdfsComment
 
checkChild(Node, int) - Method in class AST.RdfsDomain
 
checkChild(Node, int) - Method in class AST.RdfsRange
 
checkChild(Node, int) - Method in class AST.RdfsSubClassOf
 
checkChild(Node, int) - Method in class AST.RdfsSubPropertyOf
 
checkChild(Node, int) - Method in class AST.RdfType
 
checkChild(Node, int) - Method in class AST.Restrictions
 
checkChild(Node, int) - Method in class AST.SimpleElement
 
checkChild(Node, int) - Method in class AST.Specification
 
checkChild(Node, int) - Method in class AST.Start
 
checkChild(Node, int) - Method in class AST.StringElement
 
checkChild(Node, int) - Method in class AST.Value
 
checkChild(Node, int) - Method in class AST.Version
 
checkChild(Node, int) - Method in class AST.XmlBase
 
checkChild(Node, int) - Method in class AST.XmlHeader
 
checkChild(Node, int) - Method in class AST.Xmlns
 
checkChild(Node, int) - Method in class AST.XmlnsDaml
 
checkChild(Node, int) - Method in class AST.XmlnsDc
 
checkChild(Node, int) - Method in class AST.XmlnsOwl
 
checkChild(Node, int) - Method in class AST.XmlnsP1
 
checkChild(Node, int) - Method in class AST.XmlnsProtege
 
checkChild(Node, int) - Method in class AST.XmlnsRdf
 
checkChild(Node, int) - Method in class AST.XmlnsRdfs
 
checkChild(Node, int) - Method in class AST.XmlnsXsd
 
children - Variable in class AST.SimpleNode
 
childrenAccept(OwlParserVisitor, Object) - Method in class AST.SimpleNode
Accept the visitor.
clone() - Method in class AST.ASTNode
 
clone() - Method in class AST.Attribute
 
clone() - Method in class AST.ComplexElement
 
clone() - Method in class AST.Element
 
clone() - Method in class AST.FloatElement
 
clone() - Method in class AST.IntElement
 
clone() - Method in class AST.List
 
clone() - Method in class AST.OClass
 
clone() - Method in class AST.Opt
 
clone() - Method in class AST.OwlAllDifferent
 
clone() - Method in class AST.OwlAllValuesFrom
 
clone() - Method in class AST.OwlCardinality
 
clone() - Method in class AST.OwlClass
 
clone() - Method in class AST.OwlClassDecl
 
clone() - Method in class AST.OwlClassUse
 
clone() - Method in class AST.OwlDataRange
 
clone() - Method in class AST.OwlDatatypeProperty
 
clone() - Method in class AST.OwlDisjointWith
 
clone() - Method in class AST.OwlEquivalentClass
 
clone() - Method in class AST.OwlFunctionalProperty
 
clone() - Method in class AST.OwlImports
 
clone() - Method in class AST.OwlIntersectionOf
 
clone() - Method in class AST.OwlInverseOf
 
clone() - Method in class AST.OwlMinCardinality
 
clone() - Method in class AST.OwlObjectProperty
 
clone() - Method in class AST.OwlOneOf
 
clone() - Method in class AST.OwlOnProperty
 
clone() - Method in class AST.OwlOntology
 
clone() - Method in class AST.OwlProperty
 
clone() - Method in class AST.OwlRestriction
 
clone() - Method in class AST.OwlSomeValuesFrom
 
clone() - Method in class AST.OwlUnionOf
 
clone() - Method in class AST.OwlValuesFrom
 
clone() - Method in class AST.Properties
 
clone() - Method in class AST.RdfAbout
 
clone() - Method in class AST.RdfDatatype
 
clone() - Method in class AST.RdfDeclaration
 
clone() - Method in class AST.RdfFirst
 
clone() - Method in class AST.RdfId
 
clone() - Method in class AST.RdfParseType
 
clone() - Method in class AST.RdfResource
 
clone() - Method in class AST.RdfRest
 
clone() - Method in class AST.RdfsComment
 
clone() - Method in class AST.RdfsDomain
 
clone() - Method in class AST.RdfsRange
 
clone() - Method in class AST.RdfsSubClassOf
 
clone() - Method in class AST.RdfsSubPropertyOf
 
clone() - Method in class AST.RdfType
 
clone() - Method in class AST.Restrictions
 
clone() - Method in class AST.SimpleElement
 
clone() - Method in class AST.Specification
 
clone() - Method in class AST.Start
 
clone() - Method in class AST.StringElement
 
clone() - Method in class AST.Value
 
clone() - Method in class AST.Version
 
clone() - Method in class AST.XmlBase
 
clone() - Method in class AST.XmlHeader
 
clone() - Method in class AST.Xmlns
 
clone() - Method in class AST.XmlnsDaml
 
clone() - Method in class AST.XmlnsDc
 
clone() - Method in class AST.XmlnsOwl
 
clone() - Method in class AST.XmlnsP1
 
clone() - Method in class AST.XmlnsProtege
 
clone() - Method in class AST.XmlnsRdf
 
clone() - Method in class AST.XmlnsRdfs
 
clone() - Method in class AST.XmlnsXsd
 
column - Variable in class AST.JavaCharStream
 
ComplexElement - Class in AST
 
ComplexElement(int) - Constructor for class AST.ComplexElement
 
ComplexElement(OwlParser, int) - Constructor for class AST.ComplexElement
 
ComplexElement() - Constructor for class AST.ComplexElement
 
ComplexElement(List, List) - Constructor for class AST.ComplexElement
 
copy() - Method in class AST.ASTNode
 
copy() - Method in class AST.FloatElement
 
copy() - Method in class AST.IntElement
 
copy() - Method in class AST.List
 
copy() - Method in class AST.Opt
 
copy() - Method in class AST.OwlAllDifferent
 
copy() - Method in class AST.OwlAllValuesFrom
 
copy() - Method in class AST.OwlCardinality
 
copy() - Method in class AST.OwlClass
 
copy() - Method in class AST.OwlClassDecl
 
copy() - Method in class AST.OwlClassUse
 
copy() - Method in class AST.OwlDataRange
 
copy() - Method in class AST.OwlDatatypeProperty
 
copy() - Method in class AST.OwlDisjointWith
 
copy() - Method in class AST.OwlEquivalentClass
 
copy() - Method in class AST.OwlFunctionalProperty
 
copy() - Method in class AST.OwlImports
 
copy() - Method in class AST.OwlIntersectionOf
 
copy() - Method in class AST.OwlInverseOf
 
copy() - Method in class AST.OwlMinCardinality
 
copy() - Method in class AST.OwlObjectProperty
 
copy() - Method in class AST.OwlOneOf
 
copy() - Method in class AST.OwlOnProperty
 
copy() - Method in class AST.OwlOntology
 
copy() - Method in class AST.OwlRestriction
 
copy() - Method in class AST.OwlSomeValuesFrom
 
copy() - Method in class AST.OwlUnionOf
 
copy() - Method in class AST.Properties
 
copy() - Method in class AST.RdfAbout
 
copy() - Method in class AST.RdfDatatype
 
copy() - Method in class AST.RdfDeclaration
 
copy() - Method in class AST.RdfFirst
 
copy() - Method in class AST.RdfId
 
copy() - Method in class AST.RdfParseType
 
copy() - Method in class AST.RdfResource
 
copy() - Method in class AST.RdfRest
 
copy() - Method in class AST.RdfsComment
 
copy() - Method in class AST.RdfsDomain
 
copy() - Method in class AST.RdfsRange
 
copy() - Method in class AST.RdfsSubClassOf
 
copy() - Method in class AST.RdfsSubPropertyOf
 
copy() - Method in class AST.RdfType
 
copy() - Method in class AST.Restrictions
 
copy() - Method in class AST.Specification
 
copy() - Method in class AST.Start
 
copy() - Method in class AST.StringElement
 
copy() - Method in class AST.Value
 
copy() - Method in class AST.Version
 
copy() - Method in class AST.XmlBase
 
copy() - Method in class AST.XmlHeader
 
copy() - Method in class AST.Xmlns
 
copy() - Method in class AST.XmlnsDaml
 
copy() - Method in class AST.XmlnsDc
 
copy() - Method in class AST.XmlnsOwl
 
copy() - Method in class AST.XmlnsP1
 
copy() - Method in class AST.XmlnsProtege
 
copy() - Method in class AST.XmlnsRdf
 
copy() - Method in class AST.XmlnsRdfs
 
copy() - Method in class AST.XmlnsXsd
 
curChar - Variable in class AST.OwlParserTokenManager
 
currentToken - Variable in exception AST.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class AST.OwlParserTokenManager
 
DECIMAL_LITERAL - Static variable in interface AST.OwlParserConstants
 
decl() - Method in class AST.OClass
 
decl() - Method in class AST.OwlClassDecl
 
decl() - Method in class AST.OwlClassUse
 
DEFAULT - Static variable in interface AST.OwlParserConstants
 
DIGIT - Static variable in interface AST.OwlParserConstants
 
disable_tracing() - Method in class AST.OwlParser
 
Done() - Method in class AST.JavaCharStream
 
dump(String) - Method in class AST.SimpleNode
 
dumpClasses(PrintStream) - Method in class AST.Start
 
dumpTree(String, PrintStream) - Method in class AST.ASTNode
 
dumpTree(String, PrintStream) - Method in class AST.Attribute
 
dumpTree(String, PrintStream) - Method in class AST.ComplexElement
 
dumpTree(String, PrintStream) - Method in class AST.Element
 
dumpTree(String, PrintStream) - Method in class AST.FloatElement
 
dumpTree(String, PrintStream) - Method in class AST.IntElement
 
dumpTree(String, PrintStream) - Method in class AST.List
 
dumpTree(String, PrintStream) - Method in class AST.OClass
 
dumpTree(String, PrintStream) - Method in class AST.Opt
 
dumpTree(String, PrintStream) - Method in class AST.OwlAllDifferent
 
dumpTree(String, PrintStream) - Method in class AST.OwlAllValuesFrom
 
dumpTree(String, PrintStream) - Method in class AST.OwlCardinality
 
dumpTree(String, PrintStream) - Method in class AST.OwlClass
 
dumpTree(String, PrintStream) - Method in class AST.OwlClassDecl
 
dumpTree(String, PrintStream) - Method in class AST.OwlClassUse
 
dumpTree(String, PrintStream) - Method in class AST.OwlDataRange
 
dumpTree(String, PrintStream) - Method in class AST.OwlDatatypeProperty
 
dumpTree(String, PrintStream) - Method in class AST.OwlDisjointWith
 
dumpTree(String, PrintStream) - Method in class AST.OwlEquivalentClass
 
dumpTree(String, PrintStream) - Method in class AST.OwlFunctionalProperty
 
dumpTree(String, PrintStream) - Method in class AST.OwlImports
 
dumpTree(String, PrintStream) - Method in class AST.OwlIntersectionOf
 
dumpTree(String, PrintStream) - Method in class AST.OwlInverseOf
 
dumpTree(String, PrintStream) - Method in class AST.OwlMinCardinality
 
dumpTree(String, PrintStream) - Method in class AST.OwlObjectProperty
 
dumpTree(String, PrintStream) - Method in class AST.OwlOneOf
 
dumpTree(String, PrintStream) - Method in class AST.OwlOnProperty
 
dumpTree(String, PrintStream) - Method in class AST.OwlOntology
 
dumpTree(String, PrintStream) - Method in class AST.OwlProperty
 
dumpTree(String, PrintStream) - Method in class AST.OwlRestriction
 
dumpTree(String, PrintStream) - Method in class AST.OwlSomeValuesFrom
 
dumpTree(String, PrintStream) - Method in class AST.OwlUnionOf
 
dumpTree(String, PrintStream) - Method in class AST.OwlValuesFrom
 
dumpTree(String, PrintStream) - Method in class AST.Properties
 
dumpTree(String, PrintStream) - Method in class AST.RdfAbout
 
dumpTree(String, PrintStream) - Method in class AST.RdfDatatype
 
dumpTree(String, PrintStream) - Method in class AST.RdfDeclaration
 
dumpTree(String, PrintStream) - Method in class AST.RdfFirst
 
dumpTree(String, PrintStream) - Method in class AST.RdfId
 
dumpTree(String, PrintStream) - Method in class AST.RdfParseType
 
dumpTree(String, PrintStream) - Method in class AST.RdfResource
 
dumpTree(String, PrintStream) - Method in class AST.RdfRest
 
dumpTree(String, PrintStream) - Method in class AST.RdfsComment
 
dumpTree(String, PrintStream) - Method in class AST.RdfsDomain
 
dumpTree(String, PrintStream) - Method in class AST.RdfsRange
 
dumpTree(String, PrintStream) - Method in class AST.RdfsSubClassOf
 
dumpTree(String, PrintStream) - Method in class AST.RdfsSubPropertyOf
 
dumpTree(String, PrintStream) - Method in class AST.RdfType
 
dumpTree(String, PrintStream) - Method in class AST.Restrictions
 
dumpTree(String, PrintStream) - Method in class AST.SimpleElement
 
dumpTree(String, PrintStream) - Method in class AST.Specification
 
dumpTree(String, PrintStream) - Method in class AST.Start
 
dumpTree(String, PrintStream) - Method in class AST.StringElement
 
dumpTree(String, PrintStream) - Method in class AST.Value
 
dumpTree(String, PrintStream) - Method in class AST.Version
 
dumpTree(String, PrintStream) - Method in class AST.XmlBase
 
dumpTree(String, PrintStream) - Method in class AST.XmlHeader
 
dumpTree(String, PrintStream) - Method in class AST.Xmlns
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsDaml
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsDc
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsOwl
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsP1
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsProtege
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsRdf
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsRdfs
 
dumpTree(String, PrintStream) - Method in class AST.XmlnsXsd
 
duringRewrites - Static variable in class AST.ASTNode
 
duringRewrites() - Static method in class AST.ASTNode
 

E

Element - Class in AST
 
Element(int) - Constructor for class AST.Element
 
Element(OwlParser, int) - Constructor for class AST.Element
 
Element() - Constructor for class AST.Element
 
Element() - Method in class AST.OwlParser
 
ElementList() - Method in class AST.OwlParser
 
enable_tracing() - Method in class AST.OwlParser
 
endColumn - Variable in class AST.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class AST.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface AST.OwlParserConstants
 
eol - Variable in exception AST.ParseException
The end of line string for this machine.
ExpandBuff(boolean) - Method in class AST.JavaCharStream
 
expectedTokenSequences - Variable in exception AST.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface AST.OwlParserConstants
 

F

FillBuff() - Method in class AST.JavaCharStream
 
FLOAT_LITERAL - Static variable in interface AST.OwlParserConstants
 
FloatElement - Class in AST
 
FloatElement(int) - Constructor for class AST.FloatElement
 
FloatElement(OwlParser, int) - Constructor for class AST.FloatElement
 
FloatElement() - Constructor for class AST.FloatElement
 
FloatElement(String) - Constructor for class AST.FloatElement
 
FloatElement() - Method in class AST.OwlParser
 
fullCopy() - Method in class AST.ASTNode
 
fullCopy() - Method in class AST.FloatElement
 
fullCopy() - Method in class AST.IntElement
 
fullCopy() - Method in class AST.List
 
fullCopy() - Method in class AST.Opt
 
fullCopy() - Method in class AST.OwlAllDifferent
 
fullCopy() - Method in class AST.OwlAllValuesFrom
 
fullCopy() - Method in class AST.OwlCardinality
 
fullCopy() - Method in class AST.OwlClass
 
fullCopy() - Method in class AST.OwlClassDecl
 
fullCopy() - Method in class AST.OwlClassUse
 
fullCopy() - Method in class AST.OwlDataRange
 
fullCopy() - Method in class AST.OwlDatatypeProperty
 
fullCopy() - Method in class AST.OwlDisjointWith
 
fullCopy() - Method in class AST.OwlEquivalentClass
 
fullCopy() - Method in class AST.OwlFunctionalProperty
 
fullCopy() - Method in class AST.OwlImports
 
fullCopy() - Method in class AST.OwlIntersectionOf
 
fullCopy() - Method in class AST.OwlInverseOf
 
fullCopy() - Method in class AST.OwlMinCardinality
 
fullCopy() - Method in class AST.OwlObjectProperty
 
fullCopy() - Method in class AST.OwlOneOf
 
fullCopy() - Method in class AST.OwlOnProperty
 
fullCopy() - Method in class AST.OwlOntology
 
fullCopy() - Method in class AST.OwlRestriction
 
fullCopy() - Method in class AST.OwlSomeValuesFrom
 
fullCopy() - Method in class AST.OwlUnionOf
 
fullCopy() - Method in class AST.Properties
 
fullCopy() - Method in class AST.RdfAbout
 
fullCopy() - Method in class AST.RdfDatatype
 
fullCopy() - Method in class AST.RdfDeclaration
 
fullCopy() - Method in class AST.RdfFirst
 
fullCopy() - Method in class AST.RdfId
 
fullCopy() - Method in class AST.RdfParseType
 
fullCopy() - Method in class AST.RdfResource
 
fullCopy() - Method in class AST.RdfRest
 
fullCopy() - Method in class AST.RdfsComment
 
fullCopy() - Method in class AST.RdfsDomain
 
fullCopy() - Method in class AST.RdfsRange
 
fullCopy() - Method in class AST.RdfsSubClassOf
 
fullCopy() - Method in class AST.RdfsSubPropertyOf
 
fullCopy() - Method in class AST.RdfType
 
fullCopy() - Method in class AST.Restrictions
 
fullCopy() - Method in class AST.Specification
 
fullCopy() - Method in class AST.Start
 
fullCopy() - Method in class AST.StringElement
 
fullCopy() - Method in class AST.Value
 
fullCopy() - Method in class AST.Version
 
fullCopy() - Method in class AST.XmlBase
 
fullCopy() - Method in class AST.XmlHeader
 
fullCopy() - Method in class AST.Xmlns
 
fullCopy() - Method in class AST.XmlnsDaml
 
fullCopy() - Method in class AST.XmlnsDc
 
fullCopy() - Method in class AST.XmlnsOwl
 
fullCopy() - Method in class AST.XmlnsP1
 
fullCopy() - Method in class AST.XmlnsProtege
 
fullCopy() - Method in class AST.XmlnsRdf
 
fullCopy() - Method in class AST.XmlnsRdfs
 
fullCopy() - Method in class AST.XmlnsXsd
 

G

genAbsGrammar(PrintStream) - Method in class AST.Start
 
generatedWithCacheCycle - Static variable in class AST.ASTNode
 
generatedWithCircularEnabled - Static variable in class AST.ASTNode
 
generateParseException() - Method in class AST.OwlParser
 
genJavaCC(PrintStream) - Method in class AST.ASTNode
 
genJavaCC(PrintStream) - Method in class AST.Start
 
genParser(PrintStream) - Method in class AST.Start
 
getAttribute(int) - Method in class AST.ComplexElement
 
getAttribute(int) - Method in class AST.OClass
 
getAttribute(int) - Method in class AST.OwlAllDifferent
 
getAttribute(int) - Method in class AST.OwlAllValuesFrom
 
getAttribute(int) - Method in class AST.OwlCardinality
 
getAttribute(int) - Method in class AST.OwlClass
 
getAttribute(int) - Method in class AST.OwlClassDecl
 
getAttribute(int) - Method in class AST.OwlClassUse
 
getAttribute(int) - Method in class AST.OwlDataRange
 
getAttribute(int) - Method in class AST.OwlDatatypeProperty
 
getAttribute(int) - Method in class AST.OwlDisjointWith
 
getAttribute(int) - Method in class AST.OwlEquivalentClass
 
getAttribute(int) - Method in class AST.OwlFunctionalProperty
 
getAttribute(int) - Method in class AST.OwlImports
 
getAttribute(int) - Method in class AST.OwlIntersectionOf
 
getAttribute(int) - Method in class AST.OwlInverseOf
 
getAttribute(int) - Method in class AST.OwlMinCardinality
 
getAttribute(int) - Method in class AST.OwlObjectProperty
 
getAttribute(int) - Method in class AST.OwlOneOf
 
getAttribute(int) - Method in class AST.OwlOnProperty
 
getAttribute(int) - Method in class AST.OwlOntology
 
getAttribute(int) - Method in class AST.OwlProperty
 
getAttribute(int) - Method in class AST.OwlRestriction
 
getAttribute(int) - Method in class AST.OwlSomeValuesFrom
 
getAttribute(int) - Method in class AST.OwlUnionOf
 
getAttribute(int) - Method in class AST.OwlValuesFrom
 
getAttribute(int) - Method in class AST.RdfDeclaration
 
getAttribute(int) - Method in class AST.RdfFirst
 
getAttribute(int) - Method in class AST.RdfRest
 
getAttribute(int) - Method in class AST.RdfsComment
 
getAttribute(int) - Method in class AST.RdfsDomain
 
getAttribute(int) - Method in class AST.RdfsRange
 
getAttribute(int) - Method in class AST.RdfsSubClassOf
 
getAttribute(int) - Method in class AST.RdfsSubPropertyOf
 
getAttribute(int) - Method in class AST.RdfType
 
getAttribute(int) - Method in class AST.XmlHeader
 
getAttributeList() - Method in class AST.ComplexElement
 
getAttributeList() - Method in class AST.OClass
 
getAttributeList() - Method in class AST.OwlAllDifferent
 
getAttributeList() - Method in class AST.OwlAllValuesFrom
 
getAttributeList() - Method in class AST.OwlCardinality
 
getAttributeList() - Method in class AST.OwlClass
 
getAttributeList() - Method in class AST.OwlClassDecl
 
getAttributeList() - Method in class AST.OwlClassUse
 
getAttributeList() - Method in class AST.OwlDataRange
 
getAttributeList() - Method in class AST.OwlDatatypeProperty
 
getAttributeList() - Method in class AST.OwlDisjointWith
 
getAttributeList() - Method in class AST.OwlEquivalentClass
 
getAttributeList() - Method in class AST.OwlFunctionalProperty
 
getAttributeList() - Method in class AST.OwlImports
 
getAttributeList() - Method in class AST.OwlIntersectionOf
 
getAttributeList() - Method in class AST.OwlInverseOf
 
getAttributeList() - Method in class AST.OwlMinCardinality
 
getAttributeList() - Method in class AST.OwlObjectProperty
 
getAttributeList() - Method in class AST.OwlOneOf
 
getAttributeList() - Method in class AST.OwlOnProperty
 
getAttributeList() - Method in class AST.OwlOntology
 
getAttributeList() - Method in class AST.OwlProperty
 
getAttributeList() - Method in class AST.OwlRestriction
 
getAttributeList() - Method in class AST.OwlSomeValuesFrom
 
getAttributeList() - Method in class AST.OwlUnionOf
 
getAttributeList() - Method in class AST.OwlValuesFrom
 
getAttributeList() - Method in class AST.RdfDeclaration
 
getAttributeList() - Method in class AST.RdfFirst
 
getAttributeList() - Method in class AST.RdfRest
 
getAttributeList() - Method in class AST.RdfsComment
 
getAttributeList() - Method in class AST.RdfsDomain
 
getAttributeList() - Method in class AST.RdfsRange
 
getAttributeList() - Method in class AST.RdfsSubClassOf
 
getAttributeList() - Method in class AST.RdfsSubPropertyOf
 
getAttributeList() - Method in class AST.RdfType
 
getAttributeList() - Method in class AST.XmlHeader
 
getAttributeListNoTransform() - Method in class AST.ComplexElement
 
getAttributeListNoTransform() - Method in class AST.OClass
 
getAttributeListNoTransform() - Method in class AST.OwlAllDifferent
 
getAttributeListNoTransform() - Method in class AST.OwlAllValuesFrom
 
getAttributeListNoTransform() - Method in class AST.OwlCardinality
 
getAttributeListNoTransform() - Method in class AST.OwlClass
 
getAttributeListNoTransform() - Method in class AST.OwlClassDecl
 
getAttributeListNoTransform() - Method in class AST.OwlClassUse
 
getAttributeListNoTransform() - Method in class AST.OwlDataRange
 
getAttributeListNoTransform() - Method in class AST.OwlDatatypeProperty
 
getAttributeListNoTransform() - Method in class AST.OwlDisjointWith
 
getAttributeListNoTransform() - Method in class AST.OwlEquivalentClass
 
getAttributeListNoTransform() - Method in class AST.OwlFunctionalProperty
 
getAttributeListNoTransform() - Method in class AST.OwlImports
 
getAttributeListNoTransform() - Method in class AST.OwlIntersectionOf
 
getAttributeListNoTransform() - Method in class AST.OwlInverseOf
 
getAttributeListNoTransform() - Method in class AST.OwlMinCardinality
 
getAttributeListNoTransform() - Method in class AST.OwlObjectProperty
 
getAttributeListNoTransform() - Method in class AST.OwlOneOf
 
getAttributeListNoTransform() - Method in class AST.OwlOnProperty
 
getAttributeListNoTransform() - Method in class AST.OwlOntology
 
getAttributeListNoTransform() - Method in class AST.OwlProperty
 
getAttributeListNoTransform() - Method in class AST.OwlRestriction
 
getAttributeListNoTransform() - Method in class AST.OwlSomeValuesFrom
 
getAttributeListNoTransform() - Method in class AST.OwlUnionOf
 
getAttributeListNoTransform() - Method in class AST.OwlValuesFrom
 
getAttributeListNoTransform() - Method in class AST.RdfDeclaration
 
getAttributeListNoTransform() - Method in class AST.RdfFirst
 
getAttributeListNoTransform() - Method in class AST.RdfRest
 
getAttributeListNoTransform() - Method in class AST.RdfsComment
 
getAttributeListNoTransform() - Method in class AST.RdfsDomain
 
getAttributeListNoTransform() - Method in class AST.RdfsRange
 
getAttributeListNoTransform() - Method in class AST.RdfsSubClassOf
 
getAttributeListNoTransform() - Method in class AST.RdfsSubPropertyOf
 
getAttributeListNoTransform() - Method in class AST.RdfType
 
getAttributeListNoTransform() - Method in class AST.XmlHeader
 
getBeginColumn() - Method in class AST.JavaCharStream
 
getBeginLine() - Method in class AST.JavaCharStream
 
getChild(int) - Method in class AST.ASTNode
 
getChildNoTransform(int) - Method in class AST.ASTNode
 
getColumn() - Method in class AST.JavaCharStream
Deprecated.  
getElement(int) - Method in class AST.ComplexElement
 
getElement(int) - Method in class AST.OClass
 
getElement(int) - Method in class AST.OwlAllDifferent
 
getElement(int) - Method in class AST.OwlAllValuesFrom
 
getElement(int) - Method in class AST.OwlCardinality
 
getElement(int) - Method in class AST.OwlClass
 
getElement(int) - Method in class AST.OwlClassDecl
 
getElement(int) - Method in class AST.OwlClassUse
 
getElement(int) - Method in class AST.OwlDataRange
 
getElement(int) - Method in class AST.OwlDatatypeProperty
 
getElement(int) - Method in class AST.OwlDisjointWith
 
getElement(int) - Method in class AST.OwlEquivalentClass
 
getElement(int) - Method in class AST.OwlFunctionalProperty
 
getElement(int) - Method in class AST.OwlImports
 
getElement(int) - Method in class AST.OwlIntersectionOf
 
getElement(int) - Method in class AST.OwlInverseOf
 
getElement(int) - Method in class AST.OwlMinCardinality
 
getElement(int) - Method in class AST.OwlObjectProperty
 
getElement(int) - Method in class AST.OwlOneOf
 
getElement(int) - Method in class AST.OwlOnProperty
 
getElement(int) - Method in class AST.OwlOntology
 
getElement(int) - Method in class AST.OwlProperty
 
getElement(int) - Method in class AST.OwlRestriction
 
getElement(int) - Method in class AST.OwlSomeValuesFrom
 
getElement(int) - Method in class AST.OwlUnionOf
 
getElement(int) - Method in class AST.OwlValuesFrom
 
getElement(int) - Method in class AST.RdfDeclaration
 
getElement(int) - Method in class AST.RdfFirst
 
getElement(int) - Method in class AST.RdfRest
 
getElement(int) - Method in class AST.RdfsComment
 
getElement(int) - Method in class AST.RdfsDomain
 
getElement(int) - Method in class AST.RdfsRange
 
getElement(int) - Method in class AST.RdfsSubClassOf
 
getElement(int) - Method in class AST.RdfsSubPropertyOf
 
getElement(int) - Method in class AST.RdfType
 
getElementList() - Method in class AST.ComplexElement
 
getElementList() - Method in class AST.OClass
 
getElementList() - Method in class AST.OwlAllDifferent
 
getElementList() - Method in class AST.OwlAllValuesFrom
 
getElementList() - Method in class AST.OwlCardinality
 
getElementList() - Method in class AST.OwlClass
 
getElementList() - Method in class AST.OwlClassDecl
 
getElementList() - Method in class AST.OwlClassUse
 
getElementList() - Method in class AST.OwlDataRange
 
getElementList() - Method in class AST.OwlDatatypeProperty
 
getElementList() - Method in class AST.OwlDisjointWith
 
getElementList() - Method in class AST.OwlEquivalentClass
 
getElementList() - Method in class AST.OwlFunctionalProperty
 
getElementList() - Method in class AST.OwlImports
 
getElementList() - Method in class AST.OwlIntersectionOf
 
getElementList() - Method in class AST.OwlInverseOf
 
getElementList() - Method in class AST.OwlMinCardinality
 
getElementList() - Method in class AST.OwlObjectProperty
 
getElementList() - Method in class AST.OwlOneOf
 
getElementList() - Method in class AST.OwlOnProperty
 
getElementList() - Method in class AST.OwlOntology
 
getElementList() - Method in class AST.OwlProperty
 
getElementList() - Method in class AST.OwlRestriction
 
getElementList() - Method in class AST.OwlSomeValuesFrom
 
getElementList() - Method in class AST.OwlUnionOf
 
getElementList() - Method in class AST.OwlValuesFrom
 
getElementList() - Method in class AST.RdfDeclaration
 
getElementList() - Method in class AST.RdfFirst
 
getElementList() - Method in class AST.RdfRest
 
getElementList() - Method in class AST.RdfsComment
 
getElementList() - Method in class AST.RdfsDomain
 
getElementList() - Method in class AST.RdfsRange
 
getElementList() - Method in class AST.RdfsSubClassOf
 
getElementList() - Method in class AST.RdfsSubPropertyOf
 
getElementList() - Method in class AST.RdfType
 
getElementListNoTransform() - Method in class AST.ComplexElement
 
getElementListNoTransform() - Method in class AST.OClass
 
getElementListNoTransform() - Method in class AST.OwlAllDifferent
 
getElementListNoTransform() - Method in class AST.OwlAllValuesFrom
 
getElementListNoTransform() - Method in class AST.OwlCardinality
 
getElementListNoTransform() - Method in class AST.OwlClass
 
getElementListNoTransform() - Method in class AST.OwlClassDecl
 
getElementListNoTransform() - Method in class AST.OwlClassUse
 
getElementListNoTransform() - Method in class AST.OwlDataRange
 
getElementListNoTransform() - Method in class AST.OwlDatatypeProperty
 
getElementListNoTransform() - Method in class AST.OwlDisjointWith
 
getElementListNoTransform() - Method in class AST.OwlEquivalentClass
 
getElementListNoTransform() - Method in class AST.OwlFunctionalProperty
 
getElementListNoTransform() - Method in class AST.OwlImports
 
getElementListNoTransform() - Method in class AST.OwlIntersectionOf
 
getElementListNoTransform() - Method in class AST.OwlInverseOf
 
getElementListNoTransform() - Method in class AST.OwlMinCardinality
 
getElementListNoTransform() - Method in class AST.OwlObjectProperty
 
getElementListNoTransform() - Method in class AST.OwlOneOf
 
getElementListNoTransform() - Method in class AST.OwlOnProperty
 
getElementListNoTransform() - Method in class AST.OwlOntology
 
getElementListNoTransform() - Method in class AST.OwlProperty
 
getElementListNoTransform() - Method in class AST.OwlRestriction
 
getElementListNoTransform() - Method in class AST.OwlSomeValuesFrom
 
getElementListNoTransform() - Method in class AST.OwlUnionOf
 
getElementListNoTransform() - Method in class AST.OwlValuesFrom
 
getElementListNoTransform() - Method in class AST.RdfDeclaration
 
getElementListNoTransform() - Method in class AST.RdfFirst
 
getElementListNoTransform() - Method in class AST.RdfRest
 
getElementListNoTransform() - Method in class AST.RdfsComment
 
getElementListNoTransform() - Method in class AST.RdfsDomain
 
getElementListNoTransform() - Method in class AST.RdfsRange
 
getElementListNoTransform() - Method in class AST.RdfsSubClassOf
 
getElementListNoTransform() - Method in class AST.RdfsSubPropertyOf
 
getElementListNoTransform() - Method in class AST.RdfType
 
getEndColumn() - Method in class AST.JavaCharStream
 
getEndLine() - Method in class AST.JavaCharStream
 
getFLOAT_LITERAL() - Method in class AST.FloatElement
 
getId() - Method in class AST.ComplexElement
 
getId() - Method in class AST.Element
 
getId() - Method in class AST.OwlClassDecl
 
getId() - Method in class AST.OwlClassUse
 
getId() - Method in class AST.OwlProperty
 
getId() - Method in class AST.OwlValuesFrom
 
getIDENTIFIER() - Method in class AST.StringElement
 
GetImage() - Method in class AST.JavaCharStream
 
getIndexOfChild(ASTNode) - Method in class AST.ASTNode
 
getINTEGER_LITERAL() - Method in class AST.IntElement
 
getLine() - Method in class AST.JavaCharStream
Deprecated.  
getMessage() - Method in exception AST.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error AST.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class AST.OwlParser
 
getNextToken() - Method in class AST.OwlParserTokenManager
 
getNumAttribute() - Method in class AST.ComplexElement
 
getNumAttribute() - Method in class AST.OClass
 
getNumAttribute() - Method in class AST.OwlAllDifferent
 
getNumAttribute() - Method in class AST.OwlAllValuesFrom
 
getNumAttribute() - Method in class AST.OwlCardinality
 
getNumAttribute() - Method in class AST.OwlClass
 
getNumAttribute() - Method in class AST.OwlClassDecl
 
getNumAttribute() - Method in class AST.OwlClassUse
 
getNumAttribute() - Method in class AST.OwlDataRange
 
getNumAttribute() - Method in class AST.OwlDatatypeProperty
 
getNumAttribute() - Method in class AST.OwlDisjointWith
 
getNumAttribute() - Method in class AST.OwlEquivalentClass
 
getNumAttribute() - Method in class AST.OwlFunctionalProperty
 
getNumAttribute() - Method in class AST.OwlImports
 
getNumAttribute() - Method in class AST.OwlIntersectionOf
 
getNumAttribute() - Method in class AST.OwlInverseOf
 
getNumAttribute() - Method in class AST.OwlMinCardinality
 
getNumAttribute() - Method in class AST.OwlObjectProperty
 
getNumAttribute() - Method in class AST.OwlOneOf
 
getNumAttribute() - Method in class AST.OwlOnProperty
 
getNumAttribute() - Method in class AST.OwlOntology
 
getNumAttribute() - Method in class AST.OwlProperty
 
getNumAttribute() - Method in class AST.OwlRestriction
 
getNumAttribute() - Method in class AST.OwlSomeValuesFrom
 
getNumAttribute() - Method in class AST.OwlUnionOf
 
getNumAttribute() - Method in class AST.OwlValuesFrom
 
getNumAttribute() - Method in class AST.RdfDeclaration
 
getNumAttribute() - Method in class AST.RdfFirst
 
getNumAttribute() - Method in class AST.RdfRest
 
getNumAttribute() - Method in class AST.RdfsComment
 
getNumAttribute() - Method in class AST.RdfsDomain
 
getNumAttribute() - Method in class AST.RdfsRange
 
getNumAttribute() - Method in class AST.RdfsSubClassOf
 
getNumAttribute() - Method in class AST.RdfsSubPropertyOf
 
getNumAttribute() - Method in class AST.RdfType
 
getNumAttribute() - Method in class AST.XmlHeader
 
getNumChild() - Method in class AST.ASTNode
 
getNumChild() - Method in class AST.Attribute
 
getNumChild() - Method in class AST.ComplexElement
 
getNumChild() - Method in class AST.Element
 
getNumChild() - Method in class AST.FloatElement
 
getNumChild() - Method in class AST.IntElement
 
getNumChild() - Method in class AST.OClass
 
getNumChild() - Method in class AST.OwlAllDifferent
 
getNumChild() - Method in class AST.OwlAllValuesFrom
 
getNumChild() - Method in class AST.OwlCardinality
 
getNumChild() - Method in class AST.OwlClass
 
getNumChild() - Method in class AST.OwlClassDecl
 
getNumChild() - Method in class AST.OwlClassUse
 
getNumChild() - Method in class AST.OwlDataRange
 
getNumChild() - Method in class AST.OwlDatatypeProperty
 
getNumChild() - Method in class AST.OwlDisjointWith
 
getNumChild() - Method in class AST.OwlEquivalentClass
 
getNumChild() - Method in class AST.OwlFunctionalProperty
 
getNumChild() - Method in class AST.OwlImports
 
getNumChild() - Method in class AST.OwlIntersectionOf
 
getNumChild() - Method in class AST.OwlInverseOf
 
getNumChild() - Method in class AST.OwlMinCardinality
 
getNumChild() - Method in class AST.OwlObjectProperty
 
getNumChild() - Method in class AST.OwlOneOf
 
getNumChild() - Method in class AST.OwlOnProperty
 
getNumChild() - Method in class AST.OwlOntology
 
getNumChild() - Method in class AST.OwlProperty
 
getNumChild() - Method in class AST.OwlRestriction
 
getNumChild() - Method in class AST.OwlSomeValuesFrom
 
getNumChild() - Method in class AST.OwlUnionOf
 
getNumChild() - Method in class AST.OwlValuesFrom
 
getNumChild() - Method in class AST.Properties
 
getNumChild() - Method in class AST.RdfAbout
 
getNumChild() - Method in class AST.RdfDatatype
 
getNumChild() - Method in class AST.RdfDeclaration
 
getNumChild() - Method in class AST.RdfFirst
 
getNumChild() - Method in class AST.RdfId
 
getNumChild() - Method in class AST.RdfParseType
 
getNumChild() - Method in class AST.RdfResource
 
getNumChild() - Method in class AST.RdfRest
 
getNumChild() - Method in class AST.RdfsComment
 
getNumChild() - Method in class AST.RdfsDomain
 
getNumChild() - Method in class AST.RdfsRange
 
getNumChild() - Method in class AST.RdfsSubClassOf
 
getNumChild() - Method in class AST.RdfsSubPropertyOf
 
getNumChild() - Method in class AST.RdfType
 
getNumChild() - Method in class AST.Restrictions
 
getNumChild() - Method in class AST.SimpleElement
 
getNumChild() - Method in class AST.Specification
 
getNumChild() - Method in class AST.Start
 
getNumChild() - Method in class AST.StringElement
 
getNumChild() - Method in class AST.Value
 
getNumChild() - Method in class AST.Version
 
getNumChild() - Method in class AST.XmlBase
 
getNumChild() - Method in class AST.XmlHeader
 
getNumChild() - Method in class AST.Xmlns
 
getNumChild() - Method in class AST.XmlnsDaml
 
getNumChild() - Method in class AST.XmlnsDc
 
getNumChild() - Method in class AST.XmlnsOwl
 
getNumChild() - Method in class AST.XmlnsP1
 
getNumChild() - Method in class AST.XmlnsProtege
 
getNumChild() - Method in class AST.XmlnsRdf
 
getNumChild() - Method in class AST.XmlnsRdfs
 
getNumChild() - Method in class AST.XmlnsXsd
 
getNumElement() - Method in class AST.ComplexElement
 
getNumElement() - Method in class AST.OClass
 
getNumElement() - Method in class AST.OwlAllDifferent
 
getNumElement() - Method in class AST.OwlAllValuesFrom
 
getNumElement() - Method in class AST.OwlCardinality
 
getNumElement() - Method in class AST.OwlClass
 
getNumElement() - Method in class AST.OwlClassDecl
 
getNumElement() - Method in class AST.OwlClassUse
 
getNumElement() - Method in class AST.OwlDataRange
 
getNumElement() - Method in class AST.OwlDatatypeProperty
 
getNumElement() - Method in class AST.OwlDisjointWith
 
getNumElement() - Method in class AST.OwlEquivalentClass
 
getNumElement() - Method in class AST.OwlFunctionalProperty
 
getNumElement() - Method in class AST.OwlImports
 
getNumElement() - Method in class AST.OwlIntersectionOf
 
getNumElement() - Method in class AST.OwlInverseOf
 
getNumElement() - Method in class AST.OwlMinCardinality
 
getNumElement() - Method in class AST.OwlObjectProperty
 
getNumElement() - Method in class AST.OwlOneOf
 
getNumElement() - Method in class AST.OwlOnProperty
 
getNumElement() - Method in class AST.OwlOntology
 
getNumElement() - Method in class AST.OwlProperty
 
getNumElement() - Method in class AST.OwlRestriction
 
getNumElement() - Method in class AST.OwlSomeValuesFrom
 
getNumElement() - Method in class AST.OwlUnionOf
 
getNumElement() - Method in class AST.OwlValuesFrom
 
getNumElement() - Method in class AST.RdfDeclaration
 
getNumElement() - Method in class AST.RdfFirst
 
getNumElement() - Method in class AST.RdfRest
 
getNumElement() - Method in class AST.RdfsComment
 
getNumElement() - Method in class AST.RdfsDomain
 
getNumElement() - Method in class AST.RdfsRange
 
getNumElement() - Method in class AST.RdfsSubClassOf
 
getNumElement() - Method in class AST.RdfsSubPropertyOf
 
getNumElement() - Method in class AST.RdfType
 
getNumOwlRestriction() - Method in class AST.Restrictions
 
getNumProperty() - Method in class AST.Properties
 
getNumRestriction() - Method in class AST.OwlClassDecl
 
getOwlRestriction(int) - Method in class AST.Restrictions
 
getOwlRestrictionList() - Method in class AST.Restrictions
 
getOwlRestrictionListNoTransform() - Method in class AST.Restrictions
 
getParent() - Method in class AST.ASTNode
 
getProperties() - Method in class AST.OwlClassDecl
 
getProperty(int) - Method in class AST.Properties
 
getPropertyList() - Method in class AST.Properties
 
getPropertyListNoTransform() - Method in class AST.Properties
 
getRdfDeclaration() - Method in class AST.Specification
 
getRdfDeclarationNoTransform() - Method in class AST.Specification
 
getRestrictions() - Method in class AST.OwlClassDecl
 
getSpecification() - Method in class AST.Start
 
getSpecificationNoTransform() - Method in class AST.Start
 
getSTRING_LITERAL() - Method in class AST.Value
 
GetSuffix(int) - Method in class AST.JavaCharStream
 
getSuperClass() - Method in class AST.OClass
 
getSuperClass() - Method in class AST.OwlClassDecl
 
getSuperClass() - Method in class AST.OwlClassUse
 
getTabSize(int) - Method in class AST.JavaCharStream
 
getToken(int) - Method in class AST.OwlParser
 
getValue() - Method in class AST.Attribute
 
getValue() - Method in class AST.RdfAbout
 
getValue() - Method in class AST.RdfDatatype
 
getValue() - Method in class AST.RdfId
 
getValue() - Method in class AST.RdfParseType
 
getValue() - Method in class AST.RdfResource
 
getValue() - Method in class AST.Version
 
getValue() - Method in class AST.XmlBase
 
getValue() - Method in class AST.Xmlns
 
getValue() - Method in class AST.XmlnsDaml
 
getValue() - Method in class AST.XmlnsDc
 
getValue() - Method in class AST.XmlnsOwl
 
getValue() - Method in class AST.XmlnsP1
 
getValue() - Method in class AST.XmlnsProtege
 
getValue() - Method in class AST.XmlnsRdf
 
getValue() - Method in class AST.XmlnsRdfs
 
getValue() - Method in class AST.XmlnsXsd
 
getValueNoTransform() - Method in class AST.Attribute
 
getValueNoTransform() - Method in class AST.RdfAbout
 
getValueNoTransform() - Method in class AST.RdfDatatype
 
getValueNoTransform() - Method in class AST.RdfId
 
getValueNoTransform() - Method in class AST.RdfParseType
 
getValueNoTransform() - Method in class AST.RdfResource
 
getValueNoTransform() - Method in class AST.Version
 
getValueNoTransform() - Method in class AST.XmlBase
 
getValueNoTransform() - Method in class AST.Xmlns
 
getValueNoTransform() - Method in class AST.XmlnsDaml
 
getValueNoTransform() - Method in class AST.XmlnsDc
 
getValueNoTransform() - Method in class AST.XmlnsOwl
 
getValueNoTransform() - Method in class AST.XmlnsP1
 
getValueNoTransform() - Method in class AST.XmlnsProtege
 
getValueNoTransform() - Method in class AST.XmlnsRdf
 
getValueNoTransform() - Method in class AST.XmlnsRdfs
 
getValueNoTransform() - Method in class AST.XmlnsXsd
 
getXmlHeader() - Method in class AST.Specification
 
getXmlHeaderNoTransform() - Method in class AST.Specification
 

H

HEX_LITERAL - Static variable in interface AST.OwlParserConstants
 

I

id - Variable in class AST.SimpleNode
 
IDENTIFIER - Static variable in interface AST.OwlParserConstants
 
image - Variable in class AST.Token
The string image of the token.
IN_CIRCLE - Static variable in class AST.ASTNode
 
inBuf - Variable in class AST.JavaCharStream
 
inCircle - Variable in class AST.ASTNode
 
input_stream - Variable in class AST.OwlParserTokenManager
 
inputStream - Variable in class AST.JavaCharStream
 
insertChild(ASTNode, int) - Method in class AST.ASTNode
 
INTEGER_LITERAL - Static variable in interface AST.OwlParserConstants
 
IntElement - Class in AST
 
IntElement(int) - Constructor for class AST.IntElement
 
IntElement(OwlParser, int) - Constructor for class AST.IntElement
 
IntElement() - Constructor for class AST.IntElement
 
IntElement(String) - Constructor for class AST.IntElement
 
IntElement() - Method in class AST.OwlParser
 
isFinal - Variable in class AST.ASTNode
 

J

JavaCharStream - Class in AST
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream, String, int, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream, String, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream, String) - Constructor for class AST.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class AST.JavaCharStream
 
jj_nt - Variable in class AST.OwlParser
 
jjFillToken() - Method in class AST.OwlParserTokenManager
 
jjnewLexState - Static variable in class AST.OwlParserTokenManager
 
jjstrLiteralImages - Static variable in class AST.OwlParserTokenManager
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.ASTNode
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Attribute
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.ComplexElement
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Element
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.FloatElement
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.IntElement
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.List
 
jjtAccept(OwlParserVisitor, Object) - Method in interface AST.Node
Accept the visitor.
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OClass
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Opt
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlAllDifferent
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlAllValuesFrom
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlCardinality
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlClass
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlClassDecl
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlClassUse
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlDataRange
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlDatatypeProperty
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlDisjointWith
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlEquivalentClass
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlFunctionalProperty
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlImports
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlIntersectionOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlInverseOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlMinCardinality
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlObjectProperty
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlOneOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlOnProperty
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlOntology
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlProperty
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlRestriction
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlSomeValuesFrom
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlUnionOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.OwlValuesFrom
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Properties
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfAbout
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfDatatype
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfDeclaration
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfFirst
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfId
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfParseType
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfResource
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfRest
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfsComment
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfsDomain
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfsRange
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfsSubClassOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfsSubPropertyOf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.RdfType
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Restrictions
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.SimpleElement
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.SimpleNode
Accept the visitor.
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Specification
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Start
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.StringElement
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Value
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Version
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlBase
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlHeader
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.Xmlns
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsDaml
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsDc
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsOwl
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsP1
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsProtege
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsRdf
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsRdfs
 
jjtAccept(OwlParserVisitor, Object) - Method in class AST.XmlnsXsd
 
jjtAddChild(Node, int) - Method in class AST.ASTNode
 
jjtAddChild(Node, int) - Method in class AST.Attribute
 
jjtAddChild(Node, int) - Method in class AST.ComplexElement
 
jjtAddChild(Node, int) - Method in class AST.Element
 
jjtAddChild(Node, int) - Method in class AST.FloatElement
 
jjtAddChild(Node, int) - Method in class AST.IntElement
 
jjtAddChild(Node, int) - Method in class AST.List
 
jjtAddChild(Node, int) - Method in interface AST.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class AST.OClass
 
jjtAddChild(Node, int) - Method in class AST.Opt
 
jjtAddChild(Node, int) - Method in class AST.OwlAllDifferent
 
jjtAddChild(Node, int) - Method in class AST.OwlAllValuesFrom
 
jjtAddChild(Node, int) - Method in class AST.OwlCardinality
 
jjtAddChild(Node, int) - Method in class AST.OwlClass
 
jjtAddChild(Node, int) - Method in class AST.OwlClassDecl
 
jjtAddChild(Node, int) - Method in class AST.OwlClassUse
 
jjtAddChild(Node, int) - Method in class AST.OwlDataRange
 
jjtAddChild(Node, int) - Method in class AST.OwlDatatypeProperty
 
jjtAddChild(Node, int) - Method in class AST.OwlDisjointWith
 
jjtAddChild(Node, int) - Method in class AST.OwlEquivalentClass
 
jjtAddChild(Node, int) - Method in class AST.OwlFunctionalProperty
 
jjtAddChild(Node, int) - Method in class AST.OwlImports
 
jjtAddChild(Node, int) - Method in class AST.OwlIntersectionOf
 
jjtAddChild(Node, int) - Method in class AST.OwlInverseOf
 
jjtAddChild(Node, int) - Method in class AST.OwlMinCardinality
 
jjtAddChild(Node, int) - Method in class AST.OwlObjectProperty
 
jjtAddChild(Node, int) - Method in class AST.OwlOneOf
 
jjtAddChild(Node, int) - Method in class AST.OwlOnProperty
 
jjtAddChild(Node, int) - Method in class AST.OwlOntology
 
jjtAddChild(Node, int) - Method in class AST.OwlProperty
 
jjtAddChild(Node, int) - Method in class AST.OwlRestriction
 
jjtAddChild(Node, int) - Method in class AST.OwlSomeValuesFrom
 
jjtAddChild(Node, int) - Method in class AST.OwlUnionOf
 
jjtAddChild(Node, int) - Method in class AST.OwlValuesFrom
 
jjtAddChild(Node, int) - Method in class AST.Properties
 
jjtAddChild(Node, int) - Method in class AST.RdfAbout
 
jjtAddChild(Node, int) - Method in class AST.RdfDatatype
 
jjtAddChild(Node, int) - Method in class AST.RdfDeclaration
 
jjtAddChild(Node, int) - Method in class AST.RdfFirst
 
jjtAddChild(Node, int) - Method in class AST.RdfId
 
jjtAddChild(Node, int) - Method in class AST.RdfParseType
 
jjtAddChild(Node, int) - Method in class AST.RdfResource
 
jjtAddChild(Node, int) - Method in class AST.RdfRest
 
jjtAddChild(Node, int) - Method in class AST.RdfsComment
 
jjtAddChild(Node, int) - Method in class AST.RdfsDomain
 
jjtAddChild(Node, int) - Method in class AST.RdfsRange
 
jjtAddChild(Node, int) - Method in class AST.RdfsSubClassOf
 
jjtAddChild(Node, int) - Method in class AST.RdfsSubPropertyOf
 
jjtAddChild(Node, int) - Method in class AST.RdfType
 
jjtAddChild(Node, int) - Method in class AST.Restrictions
 
jjtAddChild(Node, int) - Method in class AST.SimpleElement
 
jjtAddChild(Node, int) - Method in class AST.SimpleNode
 
jjtAddChild(Node, int) - Method in class AST.Specification
 
jjtAddChild(Node, int) - Method in class AST.Start
 
jjtAddChild(Node, int) - Method in class AST.StringElement
 
jjtAddChild(Node, int) - Method in class AST.Value
 
jjtAddChild(Node, int) - Method in class AST.Version
 
jjtAddChild(Node, int) - Method in class AST.XmlBase
 
jjtAddChild(Node, int) - Method in class AST.XmlHeader
 
jjtAddChild(Node, int) - Method in class AST.Xmlns
 
jjtAddChild(Node, int) - Method in class AST.XmlnsDaml
 
jjtAddChild(Node, int) - Method in class AST.XmlnsDc
 
jjtAddChild(Node, int) - Method in class AST.XmlnsOwl
 
jjtAddChild(Node, int) - Method in class AST.XmlnsP1
 
jjtAddChild(Node, int) - Method in class AST.XmlnsProtege
 
jjtAddChild(Node, int) - Method in class AST.XmlnsRdf
 
jjtAddChild(Node, int) - Method in class AST.XmlnsRdfs
 
jjtAddChild(Node, int) - Method in class AST.XmlnsXsd
 
jjtClose() - Method in interface AST.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class AST.SimpleNode
 
JJTFLOATELEMENT - Static variable in interface AST.OwlParserTreeConstants
 
jjtGetChild(int) - Method in interface AST.Node
This method returns a child node.
jjtGetChild(int) - Method in class AST.SimpleNode
 
jjtGetNumChildren() - Method in interface AST.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class AST.SimpleNode
 
jjtGetParent() - Method in interface AST.Node
 
jjtGetParent() - Method in class AST.SimpleNode
 
JJTINTELEMENT - Static variable in interface AST.OwlParserTreeConstants
 
JJTLIST - Static variable in interface AST.OwlParserTreeConstants
 
jjtNodeName - Static variable in interface AST.OwlParserTreeConstants
 
jjtOpen() - Method in interface AST.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class AST.SimpleNode
 
JJTOWLALLDIFFERENT - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLALLVALUESFROM - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLCARDINALITY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLCLASS - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLDATARANGE - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLDATATYPEPROPERTY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLDISJOINTWITH - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLEQUIVALENTCLASS - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLFUNCTIONALPROPERTY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLIMPORTS - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLINTERSECTIONOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLINVERSEOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLMINCARDINALITY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLOBJECTPROPERTY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLONEOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLONPROPERTY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLONTOLOGY - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLRESTRICTION - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLSOMEVALUESFROM - Static variable in interface AST.OwlParserTreeConstants
 
JJTOWLUNIONOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFABOUT - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFDATATYPE - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFDECLARATION - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFFIRST - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFID - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFPARSETYPE - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFRESOURCE - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFREST - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFSCOMMENT - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFSDOMAIN - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFSRANGE - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFSSUBCLASSOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFSSUBPROPERTYOF - Static variable in interface AST.OwlParserTreeConstants
 
JJTRDFTYPE - Static variable in interface AST.OwlParserTreeConstants
 
jjtree - Variable in class AST.OwlParser
 
jjtSetParent(Node) - Method in interface AST.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class AST.SimpleNode
 
JJTSPECIFICATION - Static variable in interface AST.OwlParserTreeConstants
 
JJTSTART - Static variable in interface AST.OwlParserTreeConstants
 
JJTSTRINGELEMENT - Static variable in interface AST.OwlParserTreeConstants
 
JJTVALUE - Static variable in interface AST.OwlParserTreeConstants
 
JJTVERSION - Static variable in interface AST.OwlParserTreeConstants
 
JJTVOID - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLBASE - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLHEADER - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNS - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSDAML - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSDC - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSOWL - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSP1 - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSPROTEGE - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSRDF - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSRDFS - Static variable in interface AST.OwlParserTreeConstants
 
JJTXMLNSXSD - Static variable in interface AST.OwlParserTreeConstants
 

K

kind - Variable in class AST.Token
An integer that describes the kind of this token.

L

LAST_CYCLE - Static variable in class AST.ASTNode
 
LBRACE - Static variable in interface AST.OwlParserConstants
 
LBRACKET - Static variable in interface AST.OwlParserConstants
 
LETTER - Static variable in interface AST.OwlParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error AST.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class AST.OwlParserTokenManager
 
line - Variable in class AST.JavaCharStream
 
List - Class in AST
 
List(int) - Constructor for class AST.List
 
List(OwlParser, int) - Constructor for class AST.List
 
List() - Constructor for class AST.List
 

M

maxNextCharInd - Variable in class AST.JavaCharStream
 
mayHaveRewrite() - Method in class AST.ASTNode
 
mayHaveRewrite() - Method in class AST.Attribute
 
mayHaveRewrite() - Method in class AST.ComplexElement
 
mayHaveRewrite() - Method in class AST.Element
 
mayHaveRewrite() - Method in class AST.FloatElement
 
mayHaveRewrite() - Method in class AST.IntElement
 
mayHaveRewrite() - Method in class AST.List
 
mayHaveRewrite() - Method in class AST.OClass
 
mayHaveRewrite() - Method in class AST.Opt
 
mayHaveRewrite() - Method in class AST.OwlAllDifferent
 
mayHaveRewrite() - Method in class AST.OwlAllValuesFrom
 
mayHaveRewrite() - Method in class AST.OwlCardinality
 
mayHaveRewrite() - Method in class AST.OwlClass
 
mayHaveRewrite() - Method in class AST.OwlClassDecl
 
mayHaveRewrite() - Method in class AST.OwlClassUse
 
mayHaveRewrite() - Method in class AST.OwlDataRange
 
mayHaveRewrite() - Method in class AST.OwlDatatypeProperty
 
mayHaveRewrite() - Method in class AST.OwlDisjointWith
 
mayHaveRewrite() - Method in class AST.OwlEquivalentClass
 
mayHaveRewrite() - Method in class AST.OwlFunctionalProperty
 
mayHaveRewrite() - Method in class AST.OwlImports
 
mayHaveRewrite() - Method in class AST.OwlIntersectionOf
 
mayHaveRewrite() - Method in class AST.OwlInverseOf
 
mayHaveRewrite() - Method in class AST.OwlMinCardinality
 
mayHaveRewrite() - Method in class AST.OwlObjectProperty
 
mayHaveRewrite() - Method in class AST.OwlOneOf
 
mayHaveRewrite() - Method in class AST.OwlOnProperty
 
mayHaveRewrite() - Method in class AST.OwlOntology
 
mayHaveRewrite() - Method in class AST.OwlProperty
 
mayHaveRewrite() - Method in class AST.OwlRestriction
 
mayHaveRewrite() - Method in class AST.OwlSomeValuesFrom
 
mayHaveRewrite() - Method in class AST.OwlUnionOf
 
mayHaveRewrite() - Method in class AST.OwlValuesFrom
 
mayHaveRewrite() - Method in class AST.Properties
 
mayHaveRewrite() - Method in class AST.RdfAbout
 
mayHaveRewrite() - Method in class AST.RdfDatatype
 
mayHaveRewrite() - Method in class AST.RdfDeclaration
 
mayHaveRewrite() - Method in class AST.RdfFirst
 
mayHaveRewrite() - Method in class AST.RdfId
 
mayHaveRewrite() - Method in class AST.RdfParseType
 
mayHaveRewrite() - Method in class AST.RdfResource
 
mayHaveRewrite() - Method in class AST.RdfRest
 
mayHaveRewrite() - Method in class AST.RdfsComment
 
mayHaveRewrite() - Method in class AST.RdfsDomain
 
mayHaveRewrite() - Method in class AST.RdfsRange
 
mayHaveRewrite() - Method in class AST.RdfsSubClassOf
 
mayHaveRewrite() - Method in class AST.RdfsSubPropertyOf
 
mayHaveRewrite() - Method in class AST.RdfType
 
mayHaveRewrite() - Method in class AST.Restrictions
 
mayHaveRewrite() - Method in class AST.SimpleElement
 
mayHaveRewrite() - Method in class AST.Specification
 
mayHaveRewrite() - Method in class AST.Start
 
mayHaveRewrite() - Method in class AST.StringElement
 
mayHaveRewrite() - Method in class AST.Value
 
mayHaveRewrite() - Method in class AST.Version
 
mayHaveRewrite() - Method in class AST.XmlBase
 
mayHaveRewrite() - Method in class AST.XmlHeader
 
mayHaveRewrite() - Method in class AST.Xmlns
 
mayHaveRewrite() - Method in class AST.XmlnsDaml
 
mayHaveRewrite() - Method in class AST.XmlnsDc
 
mayHaveRewrite() - Method in class AST.XmlnsOwl
 
mayHaveRewrite() - Method in class AST.XmlnsP1
 
mayHaveRewrite() - Method in class AST.XmlnsProtege
 
mayHaveRewrite() - Method in class AST.XmlnsRdf
 
mayHaveRewrite() - Method in class AST.XmlnsRdfs
 
mayHaveRewrite() - Method in class AST.XmlnsXsd
 

N

newToken(int) - Static method in class AST.Token
Returns a new Token object, by default.
next - Variable in class AST.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class AST.JavaCharStream
 
nextCharInd - Variable in class AST.JavaCharStream
 
Node - Interface in AST
 

O

OClass - Class in AST
 
OClass(int) - Constructor for class AST.OClass
 
OClass(OwlParser, int) - Constructor for class AST.OClass
 
OClass() - Constructor for class AST.OClass
 
OClass(List, List) - Constructor for class AST.OClass
 
OCTAL_LITERAL - Static variable in interface AST.OwlParserConstants
 
Opt - Class in AST
 
Opt(int) - Constructor for class AST.Opt
 
Opt(OwlParser, int) - Constructor for class AST.Opt
 
Opt() - Constructor for class AST.Opt
 
Opt(ASTNode) - Constructor for class AST.Opt
 
OWL_ALLDIFFERENT - Static variable in interface AST.OwlParserConstants
 
OWL_ALLVALUESFROM - Static variable in interface AST.OwlParserConstants
 
OWL_CARDINALITY - Static variable in interface AST.OwlParserConstants
 
OWL_CLASS - Static variable in interface AST.OwlParserConstants
 
OWL_DATARANGE - Static variable in interface AST.OwlParserConstants
 
OWL_DATATYPEPROPERTY - Static variable in interface AST.OwlParserConstants
 
OWL_DISJOINTWITH - Static variable in interface AST.OwlParserConstants
 
OWL_EQUIVALENTCLASS - Static variable in interface AST.OwlParserConstants
 
OWL_FUNCTIONALPROPERTY - Static variable in interface AST.OwlParserConstants
 
OWL_IMPORTS - Static variable in interface AST.OwlParserConstants
 
OWL_INTERSECTIONOF - Static variable in interface AST.OwlParserConstants
 
OWL_INVERSEOF - Static variable in interface AST.OwlParserConstants
 
OWL_MINCARDINALITY - Static variable in interface AST.OwlParserConstants
 
OWL_OBJECTPROPERTY - Static variable in interface AST.OwlParserConstants
 
OWL_ONEOF - Static variable in interface AST.OwlParserConstants
 
OWL_ONPROPERTY - Static variable in interface AST.OwlParserConstants
 
OWL_ONTOLOGY - Static variable in interface AST.OwlParserConstants
 
OWL_RESTRICTION - Static variable in interface AST.OwlParserConstants
 
OWL_SOMEVALUESFROM - Static variable in interface AST.OwlParserConstants
 
OWL_UNIONOF - Static variable in interface AST.OwlParserConstants
 
OwlAllDifferent - Class in AST
 
OwlAllDifferent(int) - Constructor for class AST.OwlAllDifferent
 
OwlAllDifferent(OwlParser, int) - Constructor for class AST.OwlAllDifferent
 
OwlAllDifferent() - Constructor for class AST.OwlAllDifferent
 
OwlAllDifferent(List, List) - Constructor for class AST.OwlAllDifferent
 
OwlAllDifferent() - Method in class AST.OwlParser
 
OwlAllValuesFrom - Class in AST
 
OwlAllValuesFrom(int) - Constructor for class AST.OwlAllValuesFrom
 
OwlAllValuesFrom(OwlParser, int) - Constructor for class AST.OwlAllValuesFrom
 
OwlAllValuesFrom() - Constructor for class AST.OwlAllValuesFrom
 
OwlAllValuesFrom(List, List) - Constructor for class AST.OwlAllValuesFrom
 
OwlAllValuesFrom() - Method in class AST.OwlParser
 
OwlCardinality - Class in AST
 
OwlCardinality(int) - Constructor for class AST.OwlCardinality
 
OwlCardinality(OwlParser, int) - Constructor for class AST.OwlCardinality
 
OwlCardinality() - Constructor for class AST.OwlCardinality
 
OwlCardinality(List, List) - Constructor for class AST.OwlCardinality
 
OwlCardinality() - Method in class AST.OwlParser
 
OwlClass - Class in AST
 
OwlClass(int) - Constructor for class AST.OwlClass
 
OwlClass(OwlParser, int) - Constructor for class AST.OwlClass
 
OwlClass() - Constructor for class AST.OwlClass
 
OwlClass(List, List) - Constructor for class AST.OwlClass
 
OwlClass() - Method in class AST.OwlParser
 
OwlClassDecl - Class in AST
 
OwlClassDecl(int) - Constructor for class AST.OwlClassDecl
 
OwlClassDecl(OwlParser, int) - Constructor for class AST.OwlClassDecl
 
OwlClassDecl() - Constructor for class AST.OwlClassDecl
 
OwlClassDecl(List, List, String) - Constructor for class AST.OwlClassDecl
 
OwlClassUse - Class in AST
 
OwlClassUse(int) - Constructor for class AST.OwlClassUse
 
OwlClassUse(OwlParser, int) - Constructor for class AST.OwlClassUse
 
OwlClassUse() - Constructor for class AST.OwlClassUse
 
OwlClassUse(List, List, String) - Constructor for class AST.OwlClassUse
 
OwlDataRange - Class in AST
 
OwlDataRange(int) - Constructor for class AST.OwlDataRange
 
OwlDataRange(OwlParser, int) - Constructor for class AST.OwlDataRange
 
OwlDataRange() - Constructor for class AST.OwlDataRange
 
OwlDataRange(List, List) - Constructor for class AST.OwlDataRange
 
OwlDataRange() - Method in class AST.OwlParser
 
OwlDatatypeProperty - Class in AST
 
OwlDatatypeProperty(int) - Constructor for class AST.OwlDatatypeProperty
 
OwlDatatypeProperty(OwlParser, int) - Constructor for class AST.OwlDatatypeProperty
 
OwlDatatypeProperty() - Constructor for class AST.OwlDatatypeProperty
 
OwlDatatypeProperty(List, List) - Constructor for class AST.OwlDatatypeProperty
 
OwlDatatypeProperty() - Method in class AST.OwlParser
 
OwlDisjointWith - Class in AST
 
OwlDisjointWith(int) - Constructor for class AST.OwlDisjointWith
 
OwlDisjointWith(OwlParser, int) - Constructor for class AST.OwlDisjointWith
 
OwlDisjointWith() - Constructor for class AST.OwlDisjointWith
 
OwlDisjointWith(List, List) - Constructor for class AST.OwlDisjointWith
 
OwlDisjointWith() - Method in class AST.OwlParser
 
OwlElement() - Method in class AST.OwlParser
 
OwlEquivalentClass - Class in AST
 
OwlEquivalentClass(int) - Constructor for class AST.OwlEquivalentClass
 
OwlEquivalentClass(OwlParser, int) - Constructor for class AST.OwlEquivalentClass
 
OwlEquivalentClass() - Constructor for class AST.OwlEquivalentClass
 
OwlEquivalentClass(List, List) - Constructor for class AST.OwlEquivalentClass
 
OwlEquivalentClass() - Method in class AST.OwlParser
 
OwlFunctionalProperty - Class in AST
 
OwlFunctionalProperty(int) - Constructor for class AST.OwlFunctionalProperty
 
OwlFunctionalProperty(OwlParser, int) - Constructor for class AST.OwlFunctionalProperty
 
OwlFunctionalProperty() - Constructor for class AST.OwlFunctionalProperty
 
OwlFunctionalProperty(List, List) - Constructor for class AST.OwlFunctionalProperty
 
OwlFunctionalProperty() - Method in class AST.OwlParser
 
OwlImports - Class in AST
 
OwlImports(int) - Constructor for class AST.OwlImports
 
OwlImports(OwlParser, int) - Constructor for class AST.OwlImports
 
OwlImports() - Constructor for class AST.OwlImports
 
OwlImports(List, List) - Constructor for class AST.OwlImports
 
OwlImports() - Method in class AST.OwlParser
 
OwlIntersectionOf - Class in AST
 
OwlIntersectionOf(int) - Constructor for class AST.OwlIntersectionOf
 
OwlIntersectionOf(OwlParser, int) - Constructor for class AST.OwlIntersectionOf
 
OwlIntersectionOf() - Constructor for class AST.OwlIntersectionOf
 
OwlIntersectionOf(List, List) - Constructor for class AST.OwlIntersectionOf
 
OwlIntersectionOf() - Method in class AST.OwlParser
 
OwlInverseOf - Class in AST
 
OwlInverseOf(int) - Constructor for class AST.OwlInverseOf
 
OwlInverseOf(OwlParser, int) - Constructor for class AST.OwlInverseOf
 
OwlInverseOf() - Constructor for class AST.OwlInverseOf
 
OwlInverseOf(List, List) - Constructor for class AST.OwlInverseOf
 
OwlInverseOf() - Method in class AST.OwlParser
 
OwlMinCardinality - Class in AST
 
OwlMinCardinality(int) - Constructor for class AST.OwlMinCardinality
 
OwlMinCardinality(OwlParser, int) - Constructor for class AST.OwlMinCardinality
 
OwlMinCardinality() - Constructor for class AST.OwlMinCardinality
 
OwlMinCardinality(List, List) - Constructor for class AST.OwlMinCardinality
 
OwlMinCardinality() - Method in class AST.OwlParser
 
OwlObjectProperty - Class in AST
 
OwlObjectProperty(int) - Constructor for class AST.OwlObjectProperty
 
OwlObjectProperty(OwlParser, int) - Constructor for class AST.OwlObjectProperty
 
OwlObjectProperty() - Constructor for class AST.OwlObjectProperty
 
OwlObjectProperty(List, List) - Constructor for class AST.OwlObjectProperty
 
OwlObjectProperty() - Method in class AST.OwlParser
 
OwlOneOf - Class in AST
 
OwlOneOf(int) - Constructor for class AST.OwlOneOf
 
OwlOneOf(OwlParser, int) - Constructor for class AST.OwlOneOf
 
OwlOneOf() - Constructor for class AST.OwlOneOf
 
OwlOneOf(List, List) - Constructor for class AST.OwlOneOf
 
OwlOneOf() - Method in class AST.OwlParser
 
OwlOnProperty - Class in AST
 
OwlOnProperty(int) - Constructor for class AST.OwlOnProperty
 
OwlOnProperty(OwlParser, int) - Constructor for class AST.OwlOnProperty
 
OwlOnProperty() - Constructor for class AST.OwlOnProperty
 
OwlOnProperty(List, List) - Constructor for class AST.OwlOnProperty
 
OwlOnProperty() - Method in class AST.OwlParser
 
OwlOntology - Class in AST
 
OwlOntology(int) - Constructor for class AST.OwlOntology
 
OwlOntology(OwlParser, int) - Constructor for class AST.OwlOntology
 
OwlOntology() - Constructor for class AST.OwlOntology
 
OwlOntology(List, List) - Constructor for class AST.OwlOntology
 
OwlOntology() - Method in class AST.OwlParser
 
OwlParser - Class in AST
 
OwlParser(InputStream) - Constructor for class AST.OwlParser
 
OwlParser(InputStream, String) - Constructor for class AST.OwlParser
 
OwlParser(Reader) - Constructor for class AST.OwlParser
 
OwlParser(OwlParserTokenManager) - Constructor for class AST.OwlParser
 
OwlParserConstants - Interface in AST
 
OwlParserTokenManager - Class in AST
 
OwlParserTokenManager(JavaCharStream) - Constructor for class AST.OwlParserTokenManager
 
OwlParserTokenManager(JavaCharStream, int) - Constructor for class AST.OwlParserTokenManager
 
OwlParserTreeConstants - Interface in AST
 
OwlParserVisitor - Interface in AST
 
OwlProperty - Class in AST
 
OwlProperty(int) - Constructor for class AST.OwlProperty
 
OwlProperty(OwlParser, int) - Constructor for class AST.OwlProperty
 
OwlProperty() - Constructor for class AST.OwlProperty
 
OwlProperty(List, List) - Constructor for class AST.OwlProperty
 
OwlRestriction() - Method in class AST.OwlParser
 
OwlRestriction - Class in AST
 
OwlRestriction(int) - Constructor for class AST.OwlRestriction
 
OwlRestriction(OwlParser, int) - Constructor for class AST.OwlRestriction
 
OwlRestriction() - Constructor for class AST.OwlRestriction
 
OwlRestriction(List, List) - Constructor for class AST.OwlRestriction
 
OwlSomeValuesFrom() - Method in class AST.OwlParser
 
OwlSomeValuesFrom - Class in AST
 
OwlSomeValuesFrom(int) - Constructor for class AST.OwlSomeValuesFrom
 
OwlSomeValuesFrom(OwlParser, int) - Constructor for class AST.OwlSomeValuesFrom
 
OwlSomeValuesFrom() - Constructor for class AST.OwlSomeValuesFrom
 
OwlSomeValuesFrom(List, List) - Constructor for class AST.OwlSomeValuesFrom
 
OwlUnionOf() - Method in class AST.OwlParser
 
OwlUnionOf - Class in AST
 
OwlUnionOf(int) - Constructor for class AST.OwlUnionOf
 
OwlUnionOf(OwlParser, int) - Constructor for class AST.OwlUnionOf
 
OwlUnionOf() - Constructor for class AST.OwlUnionOf
 
OwlUnionOf(List, List) - Constructor for class AST.OwlUnionOf
 
OwlValuesFrom - Class in AST
 
OwlValuesFrom(int) - Constructor for class AST.OwlValuesFrom
 
OwlValuesFrom(OwlParser, int) - Constructor for class AST.OwlValuesFrom
 
OwlValuesFrom() - Constructor for class AST.OwlValuesFrom
 
OwlValuesFrom(List, List) - Constructor for class AST.OwlValuesFrom
 

P

parent - Variable in class AST.SimpleNode
 
ParseException - Exception in AST
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception AST.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception AST.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception AST.ParseException
 
parser - Variable in class AST.SimpleNode
 
prevCharIsCR - Variable in class AST.JavaCharStream
 
prevCharIsLF - Variable in class AST.JavaCharStream
 
Properties - Class in AST
 
Properties(int) - Constructor for class AST.Properties
 
Properties(OwlParser, int) - Constructor for class AST.Properties
 
Properties() - Constructor for class AST.Properties
 
Properties(List) - Constructor for class AST.Properties
 

R

range() - Method in class AST.Element
 
range() - Method in class AST.OwlObjectProperty
 
RBRACE - Static variable in interface AST.OwlParserConstants
 
RBRACKET - Static variable in interface AST.OwlParserConstants
 
RDF_ABOUT - Static variable in interface AST.OwlParserConstants
 
RDF_DATATYPE - Static variable in interface AST.OwlParserConstants
 
RDF_FIRST - Static variable in interface AST.OwlParserConstants
 
RDF_ID - Static variable in interface AST.OwlParserConstants
 
RDF_PARSETYPE - Static variable in interface AST.OwlParserConstants
 
RDF_RDF - Static variable in interface AST.OwlParserConstants
 
RDF_RESOURCE - Static variable in interface AST.OwlParserConstants
 
RDF_REST - Static variable in interface AST.OwlParserConstants
 
RDF_TYPE - Static variable in interface AST.OwlParserConstants
 
RdfAbout() - Method in class AST.OwlParser
 
RdfAbout - Class in AST
 
RdfAbout(int) - Constructor for class AST.RdfAbout
 
RdfAbout(OwlParser, int) - Constructor for class AST.RdfAbout
 
RdfAbout() - Constructor for class AST.RdfAbout
 
RdfAbout(Value) - Constructor for class AST.RdfAbout
 
RdfAttribute() - Method in class AST.OwlParser
 
RdfDatatype() - Method in class AST.OwlParser
 
RdfDatatype - Class in AST
 
RdfDatatype(int) - Constructor for class AST.RdfDatatype
 
RdfDatatype(OwlParser, int) - Constructor for class AST.RdfDatatype
 
RdfDatatype() - Constructor for class AST.RdfDatatype
 
RdfDatatype(Value) - Constructor for class AST.RdfDatatype
 
RdfDeclaration() - Method in class AST.OwlParser
 
RdfDeclaration - Class in AST
 
RdfDeclaration(int) - Constructor for class AST.RdfDeclaration
 
RdfDeclaration(OwlParser, int) - Constructor for class AST.RdfDeclaration
 
RdfDeclaration() - Constructor for class AST.RdfDeclaration
 
RdfDeclaration(List, List) - Constructor for class AST.RdfDeclaration
 
RdfElement() - Method in class AST.OwlParser
 
RdfFirst() - Method in class AST.OwlParser
 
RdfFirst - Class in AST
 
RdfFirst(int) - Constructor for class AST.RdfFirst
 
RdfFirst(OwlParser, int) - Constructor for class AST.RdfFirst
 
RdfFirst() - Constructor for class AST.RdfFirst
 
RdfFirst(List, List) - Constructor for class AST.RdfFirst
 
RdfId() - Method in class AST.OwlParser
 
RdfId - Class in AST
 
RdfId(int) - Constructor for class AST.RdfId
 
RdfId(OwlParser, int) - Constructor for class AST.RdfId
 
RdfId() - Constructor for class AST.RdfId
 
RdfId(Value) - Constructor for class AST.RdfId
 
RdfParseType() - Method in class AST.OwlParser
 
RdfParseType - Class in AST
 
RdfParseType(int) - Constructor for class AST.RdfParseType
 
RdfParseType(OwlParser, int) - Constructor for class AST.RdfParseType
 
RdfParseType() - Constructor for class AST.RdfParseType
 
RdfParseType(Value) - Constructor for class AST.RdfParseType
 
RdfResource() - Method in class AST.OwlParser
 
RdfResource - Class in AST
 
RdfResource(int) - Constructor for class AST.RdfResource
 
RdfResource(OwlParser, int) - Constructor for class AST.RdfResource
 
RdfResource() - Constructor for class AST.RdfResource
 
RdfResource(Value) - Constructor for class AST.RdfResource
 
RdfRest() - Method in class AST.OwlParser
 
RdfRest - Class in AST
 
RdfRest(int) - Constructor for class AST.RdfRest
 
RdfRest(OwlParser, int) - Constructor for class AST.RdfRest
 
RdfRest() - Constructor for class AST.RdfRest
 
RdfRest(List, List) - Constructor for class AST.RdfRest
 
RDFS_COMMENT - Static variable in interface AST.OwlParserConstants
 
RDFS_DOMAIN - Static variable in interface AST.OwlParserConstants
 
RDFS_RANGE - Static variable in interface AST.OwlParserConstants
 
RDFS_SUBCLASSOF - Static variable in interface AST.OwlParserConstants
 
RDFS_SUBPROPERTYOF - Static variable in interface AST.OwlParserConstants
 
RdfsComment() - Method in class AST.OwlParser
 
RdfsComment - Class in AST
 
RdfsComment(int) - Constructor for class AST.RdfsComment
 
RdfsComment(OwlParser, int) - Constructor for class AST.RdfsComment
 
RdfsComment() - Constructor for class AST.RdfsComment
 
RdfsComment(List, List) - Constructor for class AST.RdfsComment
 
RdfsDomain() - Method in class AST.OwlParser
 
RdfsDomain - Class in AST
 
RdfsDomain(int) - Constructor for class AST.RdfsDomain
 
RdfsDomain(OwlParser, int) - Constructor for class AST.RdfsDomain
 
RdfsDomain() - Constructor for class AST.RdfsDomain
 
RdfsDomain(List, List) - Constructor for class AST.RdfsDomain
 
RdfsRange() - Method in class AST.OwlParser
 
RdfsRange - Class in AST
 
RdfsRange(int) - Constructor for class AST.RdfsRange
 
RdfsRange(OwlParser, int) - Constructor for class AST.RdfsRange
 
RdfsRange() - Constructor for class AST.RdfsRange
 
RdfsRange(List, List) - Constructor for class AST.RdfsRange
 
RdfsSubClassOf() - Method in class AST.OwlParser
 
RdfsSubClassOf - Class in AST
 
RdfsSubClassOf(int) - Constructor for class AST.RdfsSubClassOf
 
RdfsSubClassOf(OwlParser, int) - Constructor for class AST.RdfsSubClassOf
 
RdfsSubClassOf() - Constructor for class AST.RdfsSubClassOf
 
RdfsSubClassOf(List, List) - Constructor for class AST.RdfsSubClassOf
 
RdfsSubPropertyOf() - Method in class AST.OwlParser
 
RdfsSubPropertyOf - Class in AST
 
RdfsSubPropertyOf(int) - Constructor for class AST.RdfsSubPropertyOf
 
RdfsSubPropertyOf(OwlParser, int) - Constructor for class AST.RdfsSubPropertyOf
 
RdfsSubPropertyOf() - Constructor for class AST.RdfsSubPropertyOf
 
RdfsSubPropertyOf(List, List) - Constructor for class AST.RdfsSubPropertyOf
 
RdfType() - Method in class AST.OwlParser
 
RdfType - Class in AST
 
RdfType(int) - Constructor for class AST.RdfType
 
RdfType(OwlParser, int) - Constructor for class AST.RdfType
 
RdfType() - Constructor for class AST.RdfType
 
RdfType(List, List) - Constructor for class AST.RdfType
 
ReadByte() - Method in class AST.JavaCharStream
 
readChar() - Method in class AST.JavaCharStream
 
ReInit(Reader, int, int, int) - Method in class AST.JavaCharStream
 
ReInit(Reader, int, int) - Method in class AST.JavaCharStream
 
ReInit(Reader) - Method in class AST.JavaCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class AST.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class AST.JavaCharStream
 
ReInit(InputStream, String, int, int) - Method in class AST.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class AST.JavaCharStream
 
ReInit(InputStream, String) - Method in class AST.JavaCharStream
 
ReInit(InputStream) - Method in class AST.JavaCharStream
 
ReInit(InputStream) - Method in class AST.OwlParser
 
ReInit(InputStream, String) - Method in class AST.OwlParser
 
ReInit(Reader) - Method in class AST.OwlParser
 
ReInit(OwlParserTokenManager) - Method in class AST.OwlParser
 
ReInit(JavaCharStream) - Method in class AST.OwlParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class AST.OwlParserTokenManager
 
Restrictions - Class in AST
 
Restrictions(int) - Constructor for class AST.Restrictions
 
Restrictions(OwlParser, int) - Constructor for class AST.Restrictions
 
Restrictions() - Constructor for class AST.Restrictions
 
Restrictions(List) - Constructor for class AST.Restrictions
 
REWRITE_CHANGE - Static variable in class AST.ASTNode
 
REWRITE_INTERRUPT - Static variable in class AST.ASTNode
 
REWRITE_NOCHANGE - Static variable in class AST.ASTNode
 
rewriteTo() - Method in class AST.ASTNode
 
rewriteTo() - Method in class AST.Attribute
 
rewriteTo() - Method in class AST.ComplexElement
 
rewriteTo() - Method in class AST.Element
 
rewriteTo() - Method in class AST.FloatElement
 
rewriteTo() - Method in class AST.IntElement
 
rewriteTo() - Method in class AST.List
 
rewriteTo() - Method in class AST.OClass
 
rewriteTo() - Method in class AST.Opt
 
rewriteTo() - Method in class AST.OwlAllDifferent
 
rewriteTo() - Method in class AST.OwlAllValuesFrom
 
rewriteTo() - Method in class AST.OwlCardinality
 
rewriteTo() - Method in class AST.OwlClass
 
rewriteTo() - Method in class AST.OwlClassDecl
 
rewriteTo() - Method in class AST.OwlClassUse
 
rewriteTo() - Method in class AST.OwlDataRange
 
rewriteTo() - Method in class AST.OwlDatatypeProperty
 
rewriteTo() - Method in class AST.OwlDisjointWith
 
rewriteTo() - Method in class AST.OwlEquivalentClass
 
rewriteTo() - Method in class AST.OwlFunctionalProperty
 
rewriteTo() - Method in class AST.OwlImports
 
rewriteTo() - Method in class AST.OwlIntersectionOf
 
rewriteTo() - Method in class AST.OwlInverseOf
 
rewriteTo() - Method in class AST.OwlMinCardinality
 
rewriteTo() - Method in class AST.OwlObjectProperty
 
rewriteTo() - Method in class AST.OwlOneOf
 
rewriteTo() - Method in class AST.OwlOnProperty
 
rewriteTo() - Method in class AST.OwlOntology
 
rewriteTo() - Method in class AST.OwlProperty
 
rewriteTo() - Method in class AST.OwlRestriction
 
rewriteTo() - Method in class AST.OwlSomeValuesFrom
 
rewriteTo() - Method in class AST.OwlUnionOf
 
rewriteTo() - Method in class AST.OwlValuesFrom
 
rewriteTo() - Method in class AST.Properties
 
rewriteTo() - Method in class AST.RdfAbout
 
rewriteTo() - Method in class AST.RdfDatatype
 
rewriteTo() - Method in class AST.RdfDeclaration
 
rewriteTo() - Method in class AST.RdfFirst
 
rewriteTo() - Method in class AST.RdfId
 
rewriteTo() - Method in class AST.RdfParseType
 
rewriteTo() - Method in class AST.RdfResource
 
rewriteTo() - Method in class AST.RdfRest
 
rewriteTo() - Method in class AST.RdfsComment
 
rewriteTo() - Method in class AST.RdfsDomain
 
rewriteTo() - Method in class AST.RdfsRange
 
rewriteTo() - Method in class AST.RdfsSubClassOf
 
rewriteTo() - Method in class AST.RdfsSubPropertyOf
 
rewriteTo() - Method in class AST.RdfType
 
rewriteTo() - Method in class AST.Restrictions
 
rewriteTo() - Method in class AST.SimpleElement
 
rewriteTo() - Method in class AST.Specification
 
rewriteTo() - Method in class AST.Start
 
rewriteTo() - Method in class AST.StringElement
 
rewriteTo() - Method in class AST.Value
 
rewriteTo() - Method in class AST.Version
 
rewriteTo() - Method in class AST.XmlBase
 
rewriteTo() - Method in class AST.XmlHeader
 
rewriteTo() - Method in class AST.Xmlns
 
rewriteTo() - Method in class AST.XmlnsDaml
 
rewriteTo() - Method in class AST.XmlnsDc
 
rewriteTo() - Method in class AST.XmlnsOwl
 
rewriteTo() - Method in class AST.XmlnsP1
 
rewriteTo() - Method in class AST.XmlnsProtege
 
rewriteTo() - Method in class AST.XmlnsRdf
 
rewriteTo() - Method in class AST.XmlnsRdfs
 
rewriteTo() - Method in class AST.XmlnsXsd
 

S

SEMICOLON - Static variable in interface AST.OwlParserConstants
 
setAttribute(Attribute, int) - Method in class AST.ComplexElement
 
setAttribute(Attribute, int) - Method in class AST.OClass
 
setAttribute(Attribute, int) - Method in class AST.OwlAllDifferent
 
setAttribute(Attribute, int) - Method in class AST.OwlAllValuesFrom
 
setAttribute(Attribute, int) - Method in class AST.OwlCardinality
 
setAttribute(Attribute, int) - Method in class AST.OwlClass
 
setAttribute(Attribute, int) - Method in class AST.OwlClassDecl
 
setAttribute(Attribute, int) - Method in class AST.OwlClassUse
 
setAttribute(Attribute, int) - Method in class AST.OwlDataRange
 
setAttribute(Attribute, int) - Method in class AST.OwlDatatypeProperty
 
setAttribute(Attribute, int) - Method in class AST.OwlDisjointWith
 
setAttribute(Attribute, int) - Method in class AST.OwlEquivalentClass
 
setAttribute(Attribute, int) - Method in class AST.OwlFunctionalProperty
 
setAttribute(Attribute, int) - Method in class AST.OwlImports
 
setAttribute(Attribute, int) - Method in class AST.OwlIntersectionOf
 
setAttribute(Attribute, int) - Method in class AST.OwlInverseOf
 
setAttribute(Attribute, int) - Method in class AST.OwlMinCardinality
 
setAttribute(Attribute, int) - Method in class AST.OwlObjectProperty
 
setAttribute(Attribute, int) - Method in class AST.OwlOneOf
 
setAttribute(Attribute, int) - Method in class AST.OwlOnProperty
 
setAttribute(Attribute, int) - Method in class AST.OwlOntology
 
setAttribute(Attribute, int) - Method in class AST.OwlProperty
 
setAttribute(Attribute, int) - Method in class AST.OwlRestriction
 
setAttribute(Attribute, int) - Method in class AST.OwlSomeValuesFrom
 
setAttribute(Attribute, int) - Method in class AST.OwlUnionOf
 
setAttribute(Attribute, int) - Method in class AST.OwlValuesFrom
 
setAttribute(Attribute, int) - Method in class AST.RdfDeclaration
 
setAttribute(Attribute, int) - Method in class AST.RdfFirst
 
setAttribute(Attribute, int) - Method in class AST.RdfRest
 
setAttribute(Attribute, int) - Method in class AST.RdfsComment
 
setAttribute(Attribute, int) - Method in class AST.RdfsDomain
 
setAttribute(Attribute, int) - Method in class AST.RdfsRange
 
setAttribute(Attribute, int) - Method in class AST.RdfsSubClassOf
 
setAttribute(Attribute, int) - Method in class AST.RdfsSubPropertyOf
 
setAttribute(Attribute, int) - Method in class AST.RdfType
 
setAttribute(Attribute, int) - Method in class AST.XmlHeader
 
setAttributeList(List) - Method in class AST.ComplexElement
 
setAttributeList(List) - Method in class AST.OClass
 
setAttributeList(List) - Method in class AST.OwlAllDifferent
 
setAttributeList(List) - Method in class AST.OwlAllValuesFrom
 
setAttributeList(List) - Method in class AST.OwlCardinality
 
setAttributeList(List) - Method in class AST.OwlClass
 
setAttributeList(List) - Method in class AST.OwlClassDecl
 
setAttributeList(List) - Method in class AST.OwlClassUse
 
setAttributeList(List) - Method in class AST.OwlDataRange
 
setAttributeList(List) - Method in class AST.OwlDatatypeProperty
 
setAttributeList(List) - Method in class AST.OwlDisjointWith
 
setAttributeList(List) - Method in class AST.OwlEquivalentClass
 
setAttributeList(List) - Method in class AST.OwlFunctionalProperty
 
setAttributeList(List) - Method in class AST.OwlImports
 
setAttributeList(List) - Method in class AST.OwlIntersectionOf
 
setAttributeList(List) - Method in class AST.OwlInverseOf
 
setAttributeList(List) - Method in class AST.OwlMinCardinality
 
setAttributeList(List) - Method in class AST.OwlObjectProperty
 
setAttributeList(List) - Method in class AST.OwlOneOf
 
setAttributeList(List) - Method in class AST.OwlOnProperty
 
setAttributeList(List) - Method in class AST.OwlOntology
 
setAttributeList(List) - Method in class AST.OwlProperty
 
setAttributeList(List) - Method in class AST.OwlRestriction
 
setAttributeList(List) - Method in class AST.OwlSomeValuesFrom
 
setAttributeList(List) - Method in class AST.OwlUnionOf
 
setAttributeList(List) - Method in class AST.OwlValuesFrom
 
setAttributeList(List) - Method in class AST.RdfDeclaration
 
setAttributeList(List) - Method in class AST.RdfFirst
 
setAttributeList(List) - Method in class AST.RdfRest
 
setAttributeList(List) - Method in class AST.RdfsComment
 
setAttributeList(List) - Method in class AST.RdfsDomain
 
setAttributeList(List) - Method in class AST.RdfsRange
 
setAttributeList(List) - Method in class AST.RdfsSubClassOf
 
setAttributeList(List) - Method in class AST.RdfsSubPropertyOf
 
setAttributeList(List) - Method in class AST.RdfType
 
setAttributeList(List) - Method in class AST.XmlHeader
 
setChild(ASTNode, int) - Method in class AST.ASTNode
 
setDebugStream(PrintStream) - Method in class AST.OwlParserTokenManager
 
setElement(Element, int) - Method in class AST.ComplexElement
 
setElement(Element, int) - Method in class AST.OClass
 
setElement(Element, int) - Method in class AST.OwlAllDifferent
 
setElement(Element, int) - Method in class AST.OwlAllValuesFrom
 
setElement(Element, int) - Method in class AST.OwlCardinality
 
setElement(Element, int) - Method in class AST.OwlClass
 
setElement(Element, int) - Method in class AST.OwlClassDecl
 
setElement(Element, int) - Method in class AST.OwlClassUse
 
setElement(Element, int) - Method in class AST.OwlDataRange
 
setElement(Element, int) - Method in class AST.OwlDatatypeProperty
 
setElement(Element, int) - Method in class AST.OwlDisjointWith
 
setElement(Element, int) - Method in class AST.OwlEquivalentClass
 
setElement(Element, int) - Method in class AST.OwlFunctionalProperty
 
setElement(Element, int) - Method in class AST.OwlImports
 
setElement(Element, int) - Method in class AST.OwlIntersectionOf
 
setElement(Element, int) - Method in class AST.OwlInverseOf
 
setElement(Element, int) - Method in class AST.OwlMinCardinality
 
setElement(Element, int) - Method in class AST.OwlObjectProperty
 
setElement(Element, int) - Method in class AST.OwlOneOf
 
setElement(Element, int) - Method in class AST.OwlOnProperty
 
setElement(Element, int) - Method in class AST.OwlOntology
 
setElement(Element, int) - Method in class AST.OwlProperty
 
setElement(Element, int) - Method in class AST.OwlRestriction
 
setElement(Element, int) - Method in class AST.OwlSomeValuesFrom
 
setElement(Element, int) - Method in class AST.OwlUnionOf
 
setElement(Element, int) - Method in class AST.OwlValuesFrom
 
setElement(Element, int) - Method in class AST.RdfDeclaration
 
setElement(Element, int) - Method in class AST.RdfFirst
 
setElement(Element, int) - Method in class AST.RdfRest
 
setElement(Element, int) - Method in class AST.RdfsComment
 
setElement(Element, int) - Method in class AST.RdfsDomain
 
setElement(Element, int) - Method in class AST.RdfsRange
 
setElement(Element, int) - Method in class AST.RdfsSubClassOf
 
setElement(Element, int) - Method in class AST.RdfsSubPropertyOf
 
setElement(Element, int) - Method in class AST.RdfType
 
setElementList(List) - Method in class AST.ComplexElement
 
setElementList(List) - Method in class AST.OClass
 
setElementList(List) - Method in class AST.OwlAllDifferent
 
setElementList(List) - Method in class AST.OwlAllValuesFrom
 
setElementList(List) - Method in class AST.OwlCardinality
 
setElementList(List) - Method in class AST.OwlClass
 
setElementList(List) - Method in class AST.OwlClassDecl
 
setElementList(List) - Method in class AST.OwlClassUse
 
setElementList(List) - Method in class AST.OwlDataRange
 
setElementList(List) - Method in class AST.OwlDatatypeProperty
 
setElementList(List) - Method in class AST.OwlDisjointWith
 
setElementList(List) - Method in class AST.OwlEquivalentClass
 
setElementList(List) - Method in class AST.OwlFunctionalProperty
 
setElementList(List) - Method in class AST.OwlImports
 
setElementList(List) - Method in class AST.OwlIntersectionOf
 
setElementList(List) - Method in class AST.OwlInverseOf
 
setElementList(List) - Method in class AST.OwlMinCardinality
 
setElementList(List) - Method in class AST.OwlObjectProperty
 
setElementList(List) - Method in class AST.OwlOneOf
 
setElementList(List) - Method in class AST.OwlOnProperty
 
setElementList(List) - Method in class AST.OwlOntology
 
setElementList(List) - Method in class AST.OwlProperty
 
setElementList(List) - Method in class AST.OwlRestriction
 
setElementList(List) - Method in class AST.OwlSomeValuesFrom
 
setElementList(List) - Method in class AST.OwlUnionOf
 
setElementList(List) - Method in class AST.OwlValuesFrom
 
setElementList(List) - Method in class AST.RdfDeclaration
 
setElementList(List) - Method in class AST.RdfFirst
 
setElementList(List) - Method in class AST.RdfRest
 
setElementList(List) - Method in class AST.RdfsComment
 
setElementList(List) - Method in class AST.RdfsDomain
 
setElementList(List) - Method in class AST.RdfsRange
 
setElementList(List) - Method in class AST.RdfsSubClassOf
 
setElementList(List) - Method in class AST.RdfsSubPropertyOf
 
setElementList(List) - Method in class AST.RdfType
 
setFLOAT_LITERAL(String) - Method in class AST.FloatElement
 
setId(String) - Method in class AST.OwlClassDecl
 
setId(String) - Method in class AST.OwlClassUse
 
setIDENTIFIER(String) - Method in class AST.StringElement
 
setINTEGER_LITERAL(String) - Method in class AST.IntElement
 
setOwlRestriction(OwlRestriction, int) - Method in class AST.Restrictions
 
setOwlRestrictionList(List) - Method in class AST.Restrictions
 
setParent(ASTNode) - Method in class AST.ASTNode
 
setProperty(Element, int) - Method in class AST.Properties
 
setPropertyList(List) - Method in class AST.Properties
 
setRdfDeclaration(RdfDeclaration) - Method in class AST.Specification
 
setSpecification(Specification) - Method in class AST.Start
 
setSTRING_LITERAL(String) - Method in class AST.Value
 
setTabSize(int) - Method in class AST.JavaCharStream
 
setValue(Value) - Method in class AST.Attribute
 
setValue(Value) - Method in class AST.RdfAbout
 
setValue(Value) - Method in class AST.RdfDatatype
 
setValue(Value) - Method in class AST.RdfId
 
setValue(Value) - Method in class AST.RdfParseType
 
setValue(Value) - Method in class AST.RdfResource
 
setValue(Value) - Method in class AST.Version
 
setValue(Value) - Method in class AST.XmlBase
 
setValue(Value) - Method in class AST.Xmlns
 
setValue(Value) - Method in class AST.XmlnsDaml
 
setValue(Value) - Method in class AST.XmlnsDc
 
setValue(Value) - Method in class AST.XmlnsOwl
 
setValue(Value) - Method in class AST.XmlnsP1
 
setValue(Value) - Method in class AST.XmlnsProtege
 
setValue(Value) - Method in class AST.XmlnsRdf
 
setValue(Value) - Method in class AST.XmlnsRdfs
 
setValue(Value) - Method in class AST.XmlnsXsd
 
setXmlHeader(XmlHeader) - Method in class AST.Specification
 
SimpleElement() - Method in class AST.OwlParser
 
SimpleElement - Class in AST
 
SimpleElement(int) - Constructor for class AST.SimpleElement
 
SimpleElement(OwlParser, int) - Constructor for class AST.SimpleElement
 
SimpleElement() - Constructor for class AST.SimpleElement
 
SimpleNode - Class in AST
 
SimpleNode(int) - Constructor for class AST.SimpleNode
 
SimpleNode(OwlParser, int) - Constructor for class AST.SimpleNode
 
specialConstructor - Variable in exception AST.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class AST.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Specification() - Method in class AST.OwlParser
 
Specification - Class in AST
 
Specification(int) - Constructor for class AST.Specification
 
Specification(OwlParser, int) - Constructor for class AST.Specification
 
Specification() - Constructor for class AST.Specification
 
Specification(XmlHeader, RdfDeclaration) - Constructor for class AST.Specification
 
Start() - Method in class AST.OwlParser
 
Start - Class in AST
 
Start(int) - Constructor for class AST.Start
 
Start(OwlParser, int) - Constructor for class AST.Start
 
Start() - Constructor for class AST.Start
 
Start(Specification) - Constructor for class AST.Start
 
state - Static variable in class AST.ASTNode
 
staticFlag - Static variable in class AST.JavaCharStream
 
STRING_LITERAL - Static variable in interface AST.OwlParserConstants
 
StringElement() - Method in class AST.OwlParser
 
StringElement - Class in AST
 
StringElement(int) - Constructor for class AST.StringElement
 
StringElement(OwlParser, int) - Constructor for class AST.StringElement
 
StringElement() - Constructor for class AST.StringElement
 
StringElement(String) - Constructor for class AST.StringElement
 
SwitchTo(int) - Method in class AST.OwlParserTokenManager
 

T

tabSize - Variable in class AST.JavaCharStream
 
token - Variable in class AST.OwlParser
 
Token - Class in AST
Describes the input token stream.
Token() - Constructor for class AST.Token
 
token_source - Variable in class AST.OwlParser
 
tokenImage - Static variable in interface AST.OwlParserConstants
 
tokenImage - Variable in exception AST.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in AST
 
TokenMgrError() - Constructor for error AST.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error AST.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error AST.TokenMgrError
 
toString() - Method in class AST.SimpleNode
 
toString(String) - Method in class AST.SimpleNode
 
toString() - Method in class AST.Token
Returns the image.
trim() - Method in class AST.Attribute
 
trim() - Method in class AST.RdfResource
 
type() - Method in class AST.Element
 
type() - Method in class AST.OwlDataRange
 
type() - Method in class AST.OwlOneOf
 
type() - Method in class AST.RdfFirst
 
type() - Method in class AST.RdfsRange
 

U

UpdateLineColumn(char) - Method in class AST.JavaCharStream
 

V

Value() - Method in class AST.OwlParser
 
Value - Class in AST
 
Value(int) - Constructor for class AST.Value
 
Value(OwlParser, int) - Constructor for class AST.Value
 
Value() - Constructor for class AST.Value
 
Value(String) - Constructor for class AST.Value
 
Version() - Method in class AST.OwlParser
 
VERSION - Static variable in interface AST.OwlParserConstants
 
Version - Class in AST
 
Version(int) - Constructor for class AST.Version
 
Version(OwlParser, int) - Constructor for class AST.Version
 
Version() - Constructor for class AST.Version
 
Version(Value) - Constructor for class AST.Version
 
visit(SimpleNode, Object) - Method in interface AST.OwlParserVisitor
 
visit(Start, Object) - Method in interface AST.OwlParserVisitor
 
visit(Specification, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlHeader, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfDeclaration, Object) - Method in interface AST.OwlParserVisitor
 
visit(List, Object) - Method in interface AST.OwlParserVisitor
 
visit(IntElement, Object) - Method in interface AST.OwlParserVisitor
 
visit(FloatElement, Object) - Method in interface AST.OwlParserVisitor
 
visit(StringElement, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlOntology, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlAllDifferent, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlAllValuesFrom, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlCardinality, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlClass, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlDataRange, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlDatatypeProperty, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlDisjointWith, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlEquivalentClass, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlFunctionalProperty, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlImports, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlIntersectionOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlInverseOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlMinCardinality, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlObjectProperty, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlOneOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlOnProperty, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlSomeValuesFrom, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlRestriction, Object) - Method in interface AST.OwlParserVisitor
 
visit(OwlUnionOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfType, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfFirst, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfRest, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfsComment, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfsDomain, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfsRange, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfsSubClassOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfsSubPropertyOf, Object) - Method in interface AST.OwlParserVisitor
 
visit(Version, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfAbout, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfDatatype, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfId, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfParseType, Object) - Method in interface AST.OwlParserVisitor
 
visit(RdfResource, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlBase, Object) - Method in interface AST.OwlParserVisitor
 
visit(Xmlns, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsDaml, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsDc, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsP1, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsProtege, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsRdf, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsXsd, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsRdfs, Object) - Method in interface AST.OwlParserVisitor
 
visit(XmlnsOwl, Object) - Method in interface AST.OwlParserVisitor
 
visit(Value, Object) - Method in interface AST.OwlParserVisitor
 

X

XML - Static variable in interface AST.OwlParserConstants
 
XML_BASE - Static variable in interface AST.OwlParserConstants
 
XmlAttribute() - Method in class AST.OwlParser
 
XmlBase() - Method in class AST.OwlParser
 
XmlBase - Class in AST
 
XmlBase(int) - Constructor for class AST.XmlBase
 
XmlBase(OwlParser, int) - Constructor for class AST.XmlBase
 
XmlBase() - Constructor for class AST.XmlBase
 
XmlBase(Value) - Constructor for class AST.XmlBase
 
XmlHeader() - Method in class AST.OwlParser
 
XmlHeader - Class in AST
 
XmlHeader(int) - Constructor for class AST.XmlHeader
 
XmlHeader(OwlParser, int) - Constructor for class AST.XmlHeader
 
XmlHeader() - Constructor for class AST.XmlHeader
 
XmlHeader(List) - Constructor for class AST.XmlHeader
 
Xmlns() - Method in class AST.OwlParser
 
XMLNS - Static variable in interface AST.OwlParserConstants
 
Xmlns - Class in AST
 
Xmlns(int) - Constructor for class AST.Xmlns
 
Xmlns(OwlParser, int) - Constructor for class AST.Xmlns
 
Xmlns() - Constructor for class AST.Xmlns
 
Xmlns(Value) - Constructor for class AST.Xmlns
 
XMLNS_DAML - Static variable in interface AST.OwlParserConstants
 
XMLNS_DC - Static variable in interface AST.OwlParserConstants
 
XMLNS_OWL - Static variable in interface AST.OwlParserConstants
 
XMLNS_P1 - Static variable in interface AST.OwlParserConstants
 
XMLNS_PROTEGE - Static variable in interface AST.OwlParserConstants
 
XMLNS_RDF - Static variable in interface AST.OwlParserConstants
 
XMLNS_RDFS - Static variable in interface AST.OwlParserConstants
 
XMLNS_XSD - Static variable in interface AST.OwlParserConstants
 
XmlnsAttribute() - Method in class AST.OwlParser
 
XmlnsDaml() - Method in class AST.OwlParser
 
XmlnsDaml - Class in AST
 
XmlnsDaml(int) - Constructor for class AST.XmlnsDaml
 
XmlnsDaml(OwlParser, int) - Constructor for class AST.XmlnsDaml
 
XmlnsDaml() - Constructor for class AST.XmlnsDaml
 
XmlnsDaml(Value) - Constructor for class AST.XmlnsDaml
 
XmlnsDc() - Method in class AST.OwlParser
 
XmlnsDc - Class in AST
 
XmlnsDc(int) - Constructor for class AST.XmlnsDc
 
XmlnsDc(OwlParser, int) - Constructor for class AST.XmlnsDc
 
XmlnsDc() - Constructor for class AST.XmlnsDc
 
XmlnsDc(Value) - Constructor for class AST.XmlnsDc
 
XmlnsOwl() - Method in class AST.OwlParser
 
XmlnsOwl - Class in AST
 
XmlnsOwl(int) - Constructor for class AST.XmlnsOwl
 
XmlnsOwl(OwlParser, int) - Constructor for class AST.XmlnsOwl
 
XmlnsOwl() - Constructor for class AST.XmlnsOwl
 
XmlnsOwl(Value) - Constructor for class AST.XmlnsOwl
 
XmlnsP1() - Method in class AST.OwlParser
 
XmlnsP1 - Class in AST
 
XmlnsP1(int) - Constructor for class AST.XmlnsP1
 
XmlnsP1(OwlParser, int) - Constructor for class AST.XmlnsP1
 
XmlnsP1() - Constructor for class AST.XmlnsP1
 
XmlnsP1(Value) - Constructor for class AST.XmlnsP1
 
XmlnsProtege() - Method in class AST.OwlParser
 
XmlnsProtege - Class in AST
 
XmlnsProtege(int) - Constructor for class AST.XmlnsProtege
 
XmlnsProtege(OwlParser, int) - Constructor for class AST.XmlnsProtege
 
XmlnsProtege() - Constructor for class AST.XmlnsProtege
 
XmlnsProtege(Value) - Constructor for class AST.XmlnsProtege
 
XmlnsRdf() - Method in class AST.OwlParser
 
XmlnsRdf - Class in AST
 
XmlnsRdf(int) - Constructor for class AST.XmlnsRdf
 
XmlnsRdf(OwlParser, int) - Constructor for class AST.XmlnsRdf
 
XmlnsRdf() - Constructor for class AST.XmlnsRdf
 
XmlnsRdf(Value) - Constructor for class AST.XmlnsRdf
 
XmlnsRdfs() - Method in class AST.OwlParser
 
XmlnsRdfs - Class in AST
 
XmlnsRdfs(int) - Constructor for class AST.XmlnsRdfs
 
XmlnsRdfs(OwlParser, int) - Constructor for class AST.XmlnsRdfs
 
XmlnsRdfs() - Constructor for class AST.XmlnsRdfs
 
XmlnsRdfs(Value) - Constructor for class AST.XmlnsRdfs
 
XmlnsXsd() - Method in class AST.OwlParser
 
XmlnsXsd - Class in AST
 
XmlnsXsd(int) - Constructor for class AST.XmlnsXsd
 
XmlnsXsd(OwlParser, int) - Constructor for class AST.XmlnsXsd
 
XmlnsXsd() - Constructor for class AST.XmlnsXsd
 
XmlnsXsd(Value) - Constructor for class AST.XmlnsXsd
 

A B C D E F G H I J K L M N O P R S T U V X