class ShExDocParser extends Parser
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShExDocParser
- Parser
- Recognizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ShExDocParser(input: TokenStream)
Type Members
- class TraceListener extends ParseTreeListener
- Definition Classes
- Parser
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def action(arg0: RuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Recognizer
- def addContextToParseTree(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- def addErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- def addParseListener(arg0: ParseTreeListener): Unit
- Definition Classes
- Parser
- final def annotation(): AnnotationContext
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def baseDecl(): BaseDeclContext
- final def basicExpr(): BasicExprContext
- final def binOp(): BinOpContext
- final def blankNode(): BlankNodeContext
- final def booleanLiteral(): BooleanLiteralContext
- final def bracketedTripleExpr(): BracketedTripleExprContext
- final def cardinality(): CardinalityContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compileParseTreePattern(arg0: String, arg1: Int, arg2: Lexer): ParseTreePattern
- Definition Classes
- Parser
- def compileParseTreePattern(arg0: String, arg1: Int): ParseTreePattern
- Definition Classes
- Parser
- def consume(): Token
- Definition Classes
- Parser
- def createErrorNode(arg0: ParserRuleContext, arg1: Token): ErrorNode
- Definition Classes
- Parser
- def createTerminalNode(arg0: ParserRuleContext, arg1: Token): TerminalNode
- Definition Classes
- Parser
- final def datatype(): DatatypeContext
- final def directive(): DirectiveContext
- def dumpDFA(): Unit
- Definition Classes
- Parser
- def enterOuterAlt(arg0: ParserRuleContext, arg1: Int): Unit
- Definition Classes
- Parser
- def enterRecursionRule(arg0: ParserRuleContext, arg1: Int, arg2: Int, arg3: Int): Unit
- Definition Classes
- Parser
- def enterRule(arg0: ParserRuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Parser
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exitRule(): Unit
- Definition Classes
- Parser
- final def expr(): ExprContext
- final def extension(): ExtensionContext
- final def extraPropertySet(): ExtraPropertySetContext
- def getATN(): ATN
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override()
- def getATNWithBypassAlts(): ATN
- Definition Classes
- Parser
- def getBuildParseTree(): Boolean
- Definition Classes
- Parser
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getContext(): ParserRuleContext
- Definition Classes
- Parser
- def getCurrentToken(): Token
- Definition Classes
- Parser
- def getDFAStrings(): List[String]
- Definition Classes
- Parser
- def getErrorHandler(): ANTLRErrorStrategy
- Definition Classes
- Parser
- def getErrorHeader(arg0: RecognitionException): String
- Definition Classes
- Recognizer
- def getErrorListenerDispatch(): ANTLRErrorListener
- Definition Classes
- Recognizer
- def getErrorListeners(): List[_ <: ANTLRErrorListener]
- Definition Classes
- Recognizer
- def getExpectedTokens(): IntervalSet
- Definition Classes
- Parser
- def getExpectedTokensWithinCurrentRule(): IntervalSet
- Definition Classes
- Parser
- def getGrammarFileName(): String
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override()
- def getInputStream(): TokenStream
- Definition Classes
- Parser → Recognizer
- def getInterpreter(): ParserATNSimulator
- Definition Classes
- Recognizer
- def getInvokingContext(arg0: Int): ParserRuleContext
- Definition Classes
- Parser
- def getNumberOfSyntaxErrors(): Int
- Definition Classes
- Parser
- def getParseInfo(): ParseInfo
- Definition Classes
- Parser → Recognizer
- def getParseListeners(): List[ParseTreeListener]
- Definition Classes
- Parser
- final def getPrecedence(): Int
- Definition Classes
- Parser
- def getRuleContext(): ParserRuleContext
- Definition Classes
- Parser
- def getRuleIndex(arg0: String): Int
- Definition Classes
- Parser
- def getRuleIndexMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getRuleInvocationStack(arg0: RuleContext): List[String]
- Definition Classes
- Parser
- def getRuleInvocationStack(): List[String]
- Definition Classes
- Parser
- def getRuleNames(): Array[String]
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override()
- def getSerializedATN(): String
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override()
- def getSourceName(): String
- Definition Classes
- Parser
- final def getState(): Int
- Definition Classes
- Recognizer
- def getTokenFactory(): TokenFactory[_ <: AnyRef]
- Definition Classes
- Parser → Recognizer
- def getTokenStream(): TokenStream
- Definition Classes
- Parser
- def getTokenType(arg0: String): Int
- Definition Classes
- Recognizer
- def getTokenTypeMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getTrimParseTree(): Boolean
- Definition Classes
- Parser
- def getVocabulary(): Vocabulary
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override()
- final def groupTripleExpr(): GroupTripleExprContext
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def importDecl(): ImportDeclContext
- def inContext(arg0: String): Boolean
- Definition Classes
- Parser
- final def include(): IncludeContext
- final def inlineLitNodeConstraint(): InlineLitNodeConstraintContext
- final def inlineNonLitNodeConstraint(): InlineNonLitNodeConstraintContext
- final def inlineShapeAnd(): InlineShapeAndContext
- final def inlineShapeAtom(): InlineShapeAtomContext
- final def inlineShapeDefinition(): InlineShapeDefinitionContext
- final def inlineShapeExpression(): InlineShapeExpressionContext
- final def inlineShapeNot(): InlineShapeNotContext
- final def inlineShapeOr(): InlineShapeOrContext
- final def inlineShapeOrRef(): InlineShapeOrRefContext
- final def iri(): IriContext
- final def iriExclusion(): IriExclusionContext
- final def iriRange(): IriRangeContext
- def isExpectedToken(arg0: Int): Boolean
- Definition Classes
- Parser
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMatchedEOF(): Boolean
- Definition Classes
- Parser
- def isTrace(): Boolean
- Definition Classes
- Parser
- final def languageExclusion(): LanguageExclusionContext
- final def languageRange(): LanguageRangeContext
- final def litNodeConstraint(): LitNodeConstraintContext
- final def literal(): LiteralContext
- final def literalExclusion(): LiteralExclusionContext
- final def literalRange(): LiteralRangeContext
- def match(arg0: Int): Token
- Definition Classes
- Parser
- Annotations
- @throws(classOf[org.antlr.v4.runtime.RecognitionException])
- def matchWildcard(): Token
- Definition Classes
- Parser
- Annotations
- @throws(classOf[org.antlr.v4.runtime.RecognitionException])
- final def max_range(): Max_rangeContext
- final def min_range(): Min_rangeContext
- final def multiElementGroup(): MultiElementGroupContext
- final def multiElementOneOf(): MultiElementOneOfContext
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def negation(): NegationContext
- final def nonLitNodeConstraint(): NonLitNodeConstraintContext
- final def nonLiteralKind(): NonLiteralKindContext
- final def notStartAction(): NotStartActionContext
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def notifyErrorListeners(arg0: Token, arg1: String, arg2: RecognitionException): Unit
- Definition Classes
- Parser
- final def notifyErrorListeners(arg0: String): Unit
- Definition Classes
- Parser
- final def numericFacet(): NumericFacetContext
- final def numericLength(): NumericLengthContext
- final def numericLiteral(): NumericLiteralContext
- final def numericRange(): NumericRangeContext
- final def oneOfTripleExpr(): OneOfTripleExprContext
- def precpred(arg0: RuleContext, arg1: Int): Boolean
- Definition Classes
- Parser → Recognizer
- final def predicate(): PredicateContext
- final def prefixDecl(): PrefixDeclContext
- final def prefixedName(): PrefixedNameContext
- def pushNewRecursionContext(arg0: ParserRuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Parser
- final def qualifier(): QualifierContext
- final def rawNumeric(): RawNumericContext
- final def rdfLiteral(): RdfLiteralContext
- final def rdfType(): RdfTypeContext
- def removeErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- def removeErrorListeners(): Unit
- Definition Classes
- Recognizer
- def removeParseListener(arg0: ParseTreeListener): Unit
- Definition Classes
- Parser
- def removeParseListeners(): Unit
- Definition Classes
- Parser
- final def repeatRange(): RepeatRangeContext
- def reset(): Unit
- Definition Classes
- Parser
- final def restriction(): RestrictionContext
- final def semanticAction(): SemanticActionContext
- def sempred(_localctx: RuleContext, ruleIndex: Int, predIndex: Int): Boolean
- Definition Classes
- ShExDocParser → Recognizer
- final def senseFlags(): SenseFlagsContext
- def setBuildParseTree(arg0: Boolean): Unit
- Definition Classes
- Parser
- def setContext(arg0: ParserRuleContext): Unit
- Definition Classes
- Parser
- def setErrorHandler(arg0: ANTLRErrorStrategy): Unit
- Definition Classes
- Parser
- final def setInputStream(arg0: IntStream): Unit
- Definition Classes
- Parser → Recognizer
- def setInterpreter(arg0: ParserATNSimulator): Unit
- Definition Classes
- Recognizer
- def setProfile(arg0: Boolean): Unit
- Definition Classes
- Parser
- final def setState(arg0: Int): Unit
- Definition Classes
- Recognizer
- def setTokenFactory(arg0: TokenFactory[_ <: AnyRef]): Unit
- Definition Classes
- Parser → Recognizer
- def setTokenStream(arg0: TokenStream): Unit
- Definition Classes
- Parser
- def setTrace(arg0: Boolean): Unit
- Definition Classes
- Parser
- def setTrimParseTree(arg0: Boolean): Unit
- Definition Classes
- Parser
- final def shExDoc(): ShExDocContext
- final def shapeAnd(): ShapeAndContext
- final def shapeAtom(): ShapeAtomContext
- final def shapeDefinition(): ShapeDefinitionContext
- final def shapeExprDecl(): ShapeExprDeclContext
- final def shapeExprLabel(): ShapeExprLabelContext
- final def shapeExpression(): ShapeExpressionContext
- final def shapeNot(): ShapeNotContext
- final def shapeOr(): ShapeOrContext
- final def shapeOrRef(): ShapeOrRefContext
- final def shapeRef(): ShapeRefContext
- final def singleElementGroup(): SingleElementGroupContext
- final def start(): StartContext
- final def startActions(): StartActionsContext
- final def statement(): StatementContext
- final def string(): StringContext
- final def stringFacet(): StringFacetContext
- final def stringLength(): StringLengthContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def triggerEnterRuleEvent(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- def triggerExitRuleEvent(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- final def tripleConstraint(): TripleConstraintContext
- final def tripleExprLabel(): TripleExprLabelContext
- final def tripleExpression(): TripleExpressionContext
- final def unaryTripleExpr(): UnaryTripleExprContext
- def unrollRecursionContexts(arg0: ParserRuleContext): Unit
- Definition Classes
- Parser
- final def valueSet(): ValueSetContext
- final def valueSetValue(): ValueSetValueContext
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def xsFacet(): XsFacetContext
Deprecated Value Members
- def enterRecursionRule(arg0: ParserRuleContext, arg1: Int): Unit
- Definition Classes
- Parser
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def getTokenErrorDisplay(arg0: Token): String
- Definition Classes
- Recognizer
- Annotations
- @Deprecated
- Deprecated
- def getTokenNames(): Array[String]
- Definition Classes
- ShExDocParser → Recognizer
- Annotations
- @Override() @Deprecated
- Deprecated