class ShExDocBaseVisitor[T] extends AbstractParseTreeVisitor[T] with ShExDocVisitor[T]
This class provides an empty implementation of ShExDocVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- ShExDocBaseVisitor
- ShExDocVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ShExDocBaseVisitor()
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 aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAdd(ctx: AddContext): T
Visit a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitAnnotation(ctx: AnnotationContext): T
Visit a parse tree produced by
ShExDocParser#annotation.Visit a parse tree produced by
ShExDocParser#annotation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitBaseDecl(ctx: BaseDeclContext): T
Visit a parse tree produced by
ShExDocParser#baseDecl.Visit a parse tree produced by
ShExDocParser#baseDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitBasicExpr(ctx: BasicExprContext): T
Visit a parse tree produced by
ShExDocParser#basicExpr.Visit a parse tree produced by
ShExDocParser#basicExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitBlankNode(ctx: BlankNodeContext): T
Visit a parse tree produced by
ShExDocParser#blankNode.Visit a parse tree produced by
ShExDocParser#blankNode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitBooleanLiteral(ctx: BooleanLiteralContext): T
Visit a parse tree produced by
ShExDocParser#booleanLiteral.Visit a parse tree produced by
ShExDocParser#booleanLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitBracketedTripleExpr(ctx: BracketedTripleExprContext): T
Visit a parse tree produced by
ShExDocParser#bracketedTripleExpr.Visit a parse tree produced by
ShExDocParser#bracketedTripleExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitDatatype(ctx: DatatypeContext): T
Visit a parse tree produced by
ShExDocParser#datatype.Visit a parse tree produced by
ShExDocParser#datatype.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitDirective(ctx: DirectiveContext): T
Visit a parse tree produced by
ShExDocParser#directive.Visit a parse tree produced by
ShExDocParser#directive.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitDiv(ctx: DivContext): T
Visit a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitEquals(ctx: EqualsContext): T
Visit a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExactRange(ctx: ExactRangeContext): T
Visit a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.Visit a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitExpr(ctx: ExprContext): T
Visit a parse tree produced by
ShExDocParser#expr.Visit a parse tree produced by
ShExDocParser#expr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitExtension(ctx: ExtensionContext): T
Visit a parse tree produced by
ShExDocParser#extension.Visit a parse tree produced by
ShExDocParser#extension.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitExtraPropertySet(ctx: ExtraPropertySetContext): T
Visit a parse tree produced by
ShExDocParser#extraPropertySet.Visit a parse tree produced by
ShExDocParser#extraPropertySet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitGe(ctx: GeContext): T
Visit a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitGroupTripleExpr(ctx: GroupTripleExprContext): T
Visit a parse tree produced by
ShExDocParser#groupTripleExpr.Visit a parse tree produced by
ShExDocParser#groupTripleExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitGt(ctx: GtContext): T
Visit a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitImportDecl(ctx: ImportDeclContext): T
Visit a parse tree produced by
ShExDocParser#importDecl.Visit a parse tree produced by
ShExDocParser#importDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInclude(ctx: IncludeContext): T
Visit a parse tree produced by
ShExDocParser#include.Visit a parse tree produced by
ShExDocParser#include.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAnd(ctx: InlineShapeAndContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeAnd.Visit a parse tree produced by
ShExDocParser#inlineShapeAnd.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): T
Visit a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.Visit a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): T
Visit a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Visit a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): T
Visit a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Visit a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): T
Visit a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.Visit a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): T
Visit a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.Visit a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeDefinition(ctx: InlineShapeDefinitionContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeDefinition.Visit a parse tree produced by
ShExDocParser#inlineShapeDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeExpression(ctx: InlineShapeExpressionContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeExpression.Visit a parse tree produced by
ShExDocParser#inlineShapeExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeNot(ctx: InlineShapeNotContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeNot.Visit a parse tree produced by
ShExDocParser#inlineShapeNot.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeOr(ctx: InlineShapeOrContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeOr.Visit a parse tree produced by
ShExDocParser#inlineShapeOr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitInlineShapeOrRef(ctx: InlineShapeOrRefContext): T
Visit a parse tree produced by
ShExDocParser#inlineShapeOrRef.Visit a parse tree produced by
ShExDocParser#inlineShapeOrRef.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitIri(ctx: IriContext): T
Visit a parse tree produced by
ShExDocParser#iri.Visit a parse tree produced by
ShExDocParser#iri.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitIriExclusion(ctx: IriExclusionContext): T
Visit a parse tree produced by
ShExDocParser#iriExclusion.Visit a parse tree produced by
ShExDocParser#iriExclusion.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitIriRange(ctx: IriRangeContext): T
Visit a parse tree produced by
ShExDocParser#iriRange.Visit a parse tree produced by
ShExDocParser#iriRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLanguageExclusion(ctx: LanguageExclusionContext): T
Visit a parse tree produced by
ShExDocParser#languageExclusion.Visit a parse tree produced by
ShExDocParser#languageExclusion.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLanguageRangeAt(ctx: LanguageRangeAtContext): T
Visit a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.Visit a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLanguageRangeFull(ctx: LanguageRangeFullContext): T
Visit a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.Visit a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLe(ctx: LeContext): T
Visit a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLitNodeConstraint(ctx: LitNodeConstraintContext): T
Visit a parse tree produced by
ShExDocParser#litNodeConstraint.Visit a parse tree produced by
ShExDocParser#litNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): T
Visit a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Visit a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): T
Visit a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Visit a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLiteral(ctx: LiteralContext): T
Visit a parse tree produced by
ShExDocParser#literal.Visit a parse tree produced by
ShExDocParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLiteralExclusion(ctx: LiteralExclusionContext): T
Visit a parse tree produced by
ShExDocParser#literalExclusion.Visit a parse tree produced by
ShExDocParser#literalExclusion.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLiteralRange(ctx: LiteralRangeContext): T
Visit a parse tree produced by
ShExDocParser#literalRange.Visit a parse tree produced by
ShExDocParser#literalRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitLt(ctx: LtContext): T
Visit a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMax_range(ctx: Max_rangeContext): T
Visit a parse tree produced by
ShExDocParser#max_range.Visit a parse tree produced by
ShExDocParser#max_range.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMinMaxRange(ctx: MinMaxRangeContext): T
Visit a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.Visit a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMin_range(ctx: Min_rangeContext): T
Visit a parse tree produced by
ShExDocParser#min_range.Visit a parse tree produced by
ShExDocParser#min_range.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMinus(ctx: MinusContext): T
Visit a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMult(ctx: MultContext): T
Visit a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMultiElementGroup(ctx: MultiElementGroupContext): T
Visit a parse tree produced by
ShExDocParser#multiElementGroup.Visit a parse tree produced by
ShExDocParser#multiElementGroup.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitMultiElementOneOf(ctx: MultiElementOneOfContext): T
Visit a parse tree produced by
ShExDocParser#multiElementOneOf.Visit a parse tree produced by
ShExDocParser#multiElementOneOf.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNegation(ctx: NegationContext): T
Visit a parse tree produced by
ShExDocParser#negation.Visit a parse tree produced by
ShExDocParser#negation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): T
Visit a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.Visit a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): T
Visit a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Visit a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): T
Visit a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Visit a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): T
Visit a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Visit a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): T
Visit a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Visit a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNonLitNodeConstraint(ctx: NonLitNodeConstraintContext): T
Visit a parse tree produced by
ShExDocParser#nonLitNodeConstraint.Visit a parse tree produced by
ShExDocParser#nonLitNodeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNonLiteralKind(ctx: NonLiteralKindContext): T
Visit a parse tree produced by
ShExDocParser#nonLiteralKind.Visit a parse tree produced by
ShExDocParser#nonLiteralKind.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNotEquals(ctx: NotEqualsContext): T
Visit a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.Visit a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNotStartAction(ctx: NotStartActionContext): T
Visit a parse tree produced by
ShExDocParser#notStartAction.Visit a parse tree produced by
ShExDocParser#notStartAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNumericFacet(ctx: NumericFacetContext): T
Visit a parse tree produced by
ShExDocParser#numericFacet.Visit a parse tree produced by
ShExDocParser#numericFacet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNumericLength(ctx: NumericLengthContext): T
Visit a parse tree produced by
ShExDocParser#numericLength.Visit a parse tree produced by
ShExDocParser#numericLength.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by
ShExDocParser#numericLiteral.Visit a parse tree produced by
ShExDocParser#numericLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitNumericRange(ctx: NumericRangeContext): T
Visit a parse tree produced by
ShExDocParser#numericRange.Visit a parse tree produced by
ShExDocParser#numericRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitOneOfTripleExpr(ctx: OneOfTripleExprContext): T
Visit a parse tree produced by
ShExDocParser#oneOfTripleExpr.Visit a parse tree produced by
ShExDocParser#oneOfTripleExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitOptionalCardinality(ctx: OptionalCardinalityContext): T
Visit a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.Visit a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitPlusCardinality(ctx: PlusCardinalityContext): T
Visit a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.Visit a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitPredicate(ctx: PredicateContext): T
Visit a parse tree produced by
ShExDocParser#predicate.Visit a parse tree produced by
ShExDocParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitPrefixDecl(ctx: PrefixDeclContext): T
Visit a parse tree produced by
ShExDocParser#prefixDecl.Visit a parse tree produced by
ShExDocParser#prefixDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitPrefixedName(ctx: PrefixedNameContext): T
Visit a parse tree produced by
ShExDocParser#prefixedName.Visit a parse tree produced by
ShExDocParser#prefixedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitQualifier(ctx: QualifierContext): T
Visit a parse tree produced by
ShExDocParser#qualifier.Visit a parse tree produced by
ShExDocParser#qualifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitRawNumeric(ctx: RawNumericContext): T
Visit a parse tree produced by
ShExDocParser#rawNumeric.Visit a parse tree produced by
ShExDocParser#rawNumeric.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitRdfLiteral(ctx: RdfLiteralContext): T
Visit a parse tree produced by
ShExDocParser#rdfLiteral.Visit a parse tree produced by
ShExDocParser#rdfLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitRdfType(ctx: RdfTypeContext): T
Visit a parse tree produced by
ShExDocParser#rdfType.Visit a parse tree produced by
ShExDocParser#rdfType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitRepeatCardinality(ctx: RepeatCardinalityContext): T
Visit a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.Visit a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitRestriction(ctx: RestrictionContext): T
Visit a parse tree produced by
ShExDocParser#restriction.Visit a parse tree produced by
ShExDocParser#restriction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitSemanticAction(ctx: SemanticActionContext): T
Visit a parse tree produced by
ShExDocParser#semanticAction.Visit a parse tree produced by
ShExDocParser#semanticAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitSenseFlags(ctx: SenseFlagsContext): T
Visit a parse tree produced by
ShExDocParser#senseFlags.Visit a parse tree produced by
ShExDocParser#senseFlags.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShExDoc(ctx: ShExDocContext): T
Visit a parse tree produced by
ShExDocParser#shExDoc.Visit a parse tree produced by
ShExDocParser#shExDoc.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAnd(ctx: ShapeAndContext): T
Visit a parse tree produced by
ShExDocParser#shapeAnd.Visit a parse tree produced by
ShExDocParser#shapeAnd.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAtomAny(ctx: ShapeAtomAnyContext): T
Visit a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.Visit a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): T
Visit a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Visit a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): T
Visit a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Visit a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): T
Visit a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.Visit a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): T
Visit a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.Visit a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeDefinition(ctx: ShapeDefinitionContext): T
Visit a parse tree produced by
ShExDocParser#shapeDefinition.Visit a parse tree produced by
ShExDocParser#shapeDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeExprDecl(ctx: ShapeExprDeclContext): T
Visit a parse tree produced by
ShExDocParser#shapeExprDecl.Visit a parse tree produced by
ShExDocParser#shapeExprDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeExprLabel(ctx: ShapeExprLabelContext): T
Visit a parse tree produced by
ShExDocParser#shapeExprLabel.Visit a parse tree produced by
ShExDocParser#shapeExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeExpression(ctx: ShapeExpressionContext): T
Visit a parse tree produced by
ShExDocParser#shapeExpression.Visit a parse tree produced by
ShExDocParser#shapeExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeNot(ctx: ShapeNotContext): T
Visit a parse tree produced by
ShExDocParser#shapeNot.Visit a parse tree produced by
ShExDocParser#shapeNot.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeOr(ctx: ShapeOrContext): T
Visit a parse tree produced by
ShExDocParser#shapeOr.Visit a parse tree produced by
ShExDocParser#shapeOr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeOrRef(ctx: ShapeOrRefContext): T
Visit a parse tree produced by
ShExDocParser#shapeOrRef.Visit a parse tree produced by
ShExDocParser#shapeOrRef.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitShapeRef(ctx: ShapeRefContext): T
Visit a parse tree produced by
ShExDocParser#shapeRef.Visit a parse tree produced by
ShExDocParser#shapeRef.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitSingleElementGroup(ctx: SingleElementGroupContext): T
Visit a parse tree produced by
ShExDocParser#singleElementGroup.Visit a parse tree produced by
ShExDocParser#singleElementGroup.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStarCardinality(ctx: StarCardinalityContext): T
Visit a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.Visit a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStart(ctx: StartContext): T
Visit a parse tree produced by
ShExDocParser#start.Visit a parse tree produced by
ShExDocParser#start.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStartActions(ctx: StartActionsContext): T
Visit a parse tree produced by
ShExDocParser#startActions.Visit a parse tree produced by
ShExDocParser#startActions.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStatement(ctx: StatementContext): T
Visit a parse tree produced by
ShExDocParser#statement.Visit a parse tree produced by
ShExDocParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitString(ctx: StringContext): T
Visit a parse tree produced by
ShExDocParser#string.Visit a parse tree produced by
ShExDocParser#string.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStringFacet(ctx: StringFacetContext): T
Visit a parse tree produced by
ShExDocParser#stringFacet.Visit a parse tree produced by
ShExDocParser#stringFacet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitStringLength(ctx: StringLengthContext): T
Visit a parse tree produced by
ShExDocParser#stringLength.Visit a parse tree produced by
ShExDocParser#stringLength.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitTripleConstraint(ctx: TripleConstraintContext): T
Visit a parse tree produced by
ShExDocParser#tripleConstraint.Visit a parse tree produced by
ShExDocParser#tripleConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitTripleExprLabel(ctx: TripleExprLabelContext): T
Visit a parse tree produced by
ShExDocParser#tripleExprLabel.Visit a parse tree produced by
ShExDocParser#tripleExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitTripleExpression(ctx: TripleExpressionContext): T
Visit a parse tree produced by
ShExDocParser#tripleExpression.Visit a parse tree produced by
ShExDocParser#tripleExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitUnaryTripleExpr(ctx: UnaryTripleExprContext): T
Visit a parse tree produced by
ShExDocParser#unaryTripleExpr.Visit a parse tree produced by
ShExDocParser#unaryTripleExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitValueSet(ctx: ValueSetContext): T
Visit a parse tree produced by
ShExDocParser#valueSet.Visit a parse tree produced by
ShExDocParser#valueSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitValueSetValue(ctx: ValueSetValueContext): T
Visit a parse tree produced by
ShExDocParser#valueSetValue.Visit a parse tree produced by
ShExDocParser#valueSetValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- def visitXsFacet(ctx: XsFacetContext): T
Visit a parse tree produced by
ShExDocParser#xsFacet.Visit a parse tree produced by
ShExDocParser#xsFacet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShExDocBaseVisitor → ShExDocVisitor
- Annotations
- @Override()
- 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])