Packages

p

es.weso.shex

parser

package parser

Type Members

  1. class ShExDocBaseListener extends ShExDocListener

    This class provides an empty implementation of ShExDocListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

  2. 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.

  3. class ShExDocLexer extends Lexer
    Annotations
    @SuppressWarnings()
  4. trait ShExDocListener extends ParseTreeListener

    This interface defines a complete listener for a parse tree produced by ShExDocParser.

  5. class ShExDocParser extends Parser
    Annotations
    @SuppressWarnings()
  6. trait ShExDocVisitor[T] extends ParseTreeVisitor[T]

    This interface defines a complete generic visitor for a parse tree produced by ShExDocParser.

Ungrouped