Packages

c

es.weso.shex.parser

ShExDocBaseVisitor

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.

Source
ShExDocBaseVisitor.java
Linear Supertypes
ShExDocVisitor[T], AbstractParseTreeVisitor[T], ParseTreeVisitor[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShExDocBaseVisitor
  2. ShExDocVisitor
  3. AbstractParseTreeVisitor
  4. ParseTreeVisitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShExDocBaseVisitor()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: T, arg1: T): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def defaultResult(): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. def visitAdd(ctx: AddContext): T

    Visit a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  21. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  22. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  23. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  24. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  25. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  26. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  27. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  28. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  29. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  30. def visitDiv(ctx: DivContext): T

    Visit a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  31. def visitEquals(ctx: EqualsContext): T

    Visit a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  32. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  33. def visitExactRange(ctx: ExactRangeContext): T

    Visit a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    Visit a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  34. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  35. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  36. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  37. def visitGe(ctx: GeContext): T

    Visit a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  38. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  39. def visitGt(ctx: GtContext): T

    Visit a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  40. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  41. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  42. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  43. def visitInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): T

    Visit a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    Visit a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  44. def visitInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): T

    Visit a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Visit a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  45. def visitInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): T

    Visit a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Visit a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  46. def visitInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): T

    Visit a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    Visit a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  47. def visitInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): T

    Visit a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    Visit a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  48. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  49. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  50. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  51. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  52. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  53. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  54. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  55. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  56. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  57. def visitLanguageRangeAt(ctx: LanguageRangeAtContext): T

    Visit a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    Visit a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  58. def visitLanguageRangeFull(ctx: LanguageRangeFullContext): T

    Visit a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    Visit a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  59. def visitLe(ctx: LeContext): T

    Visit a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  60. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  61. def visitLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): T

    Visit a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Visit a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  62. def visitLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): T

    Visit a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Visit a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  63. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  64. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  65. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  66. def visitLt(ctx: LtContext): T

    Visit a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  67. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  68. def visitMinMaxRange(ctx: MinMaxRangeContext): T

    Visit a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    Visit a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  69. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  70. def visitMinus(ctx: MinusContext): T

    Visit a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  71. def visitMult(ctx: MultContext): T

    Visit a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  72. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  73. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  74. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  75. def visitNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): T

    Visit a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Visit a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  76. def visitNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): T

    Visit a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Visit a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  77. def visitNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): T

    Visit a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Visit a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  78. def visitNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): T

    Visit a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Visit a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  79. def visitNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): T

    Visit a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Visit a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  80. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  81. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  82. def visitNotEquals(ctx: NotEqualsContext): T

    Visit a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    Visit a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  83. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  84. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  85. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  86. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  87. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  88. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  89. def visitOptionalCardinality(ctx: OptionalCardinalityContext): T

    Visit a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    Visit a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  90. def visitPlusCardinality(ctx: PlusCardinalityContext): T

    Visit a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    Visit a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  91. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  92. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  93. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  94. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  95. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  96. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  97. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  98. def visitRepeatCardinality(ctx: RepeatCardinalityContext): T

    Visit a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    Visit a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  99. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  100. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  101. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  102. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  103. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  104. def visitShapeAtomAny(ctx: ShapeAtomAnyContext): T

    Visit a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    Visit a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  105. def visitShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): T

    Visit a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Visit a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  106. def visitShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): T

    Visit a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Visit a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  107. def visitShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): T

    Visit a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    Visit a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  108. def visitShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): T

    Visit a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    Visit a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  109. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  110. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  111. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  112. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  113. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  114. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  115. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  116. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  117. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  118. def visitStarCardinality(ctx: StarCardinalityContext): T

    Visit a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    Visit a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  119. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  120. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  121. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  122. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  123. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  124. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  125. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  126. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  127. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  128. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  129. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  130. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  131. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  132. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ShExDocBaseVisitorShExDocVisitor
    Annotations
    @Override()
  133. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  135. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ShExDocVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped