类 GeneratedGraphParser

  • 所有已实现的接口:
    HEGLTokenTypes
    直接已知子类:
    GraphParser

    public class GeneratedGraphParser
    extends antlr.LLkParser
    implements HEGLTokenTypes
    Antlr grammar describing the Hibernate EntityGraph Language.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void attributeNode()  
      void attributePath()  
      protected void finishAttribute()  
      protected void finishSubGraph()  
      void graph()  
      protected void startAttribute​(antlr.Token attributeName)  
      protected void startQualifiedAttribute​(antlr.Token attributeName, antlr.Token qualifier)  
      protected void startSubGraph​(antlr.Token subType)  
      void subGraph()  
      • 从类继承的方法 antlr.LLkParser

        consume, LA, LT, traceIn, traceOut
      • 从类继承的方法 antlr.Parser

        addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
    • 字段详细资料

      • _tokenNames

        public static final String[] _tokenNames
      • _tokenSet_0

        public static final antlr.collections.impl.BitSet _tokenSet_0
      • _tokenSet_1

        public static final antlr.collections.impl.BitSet _tokenSet_1
      • _tokenSet_2

        public static final antlr.collections.impl.BitSet _tokenSet_2
      • _tokenSet_3

        public static final antlr.collections.impl.BitSet _tokenSet_3
    • 构造器详细资料

      • GeneratedGraphParser

        protected GeneratedGraphParser​(antlr.TokenBuffer tokenBuf,
                                       int k)
      • GeneratedGraphParser

        public GeneratedGraphParser​(antlr.TokenBuffer tokenBuf)
      • GeneratedGraphParser

        protected GeneratedGraphParser​(antlr.TokenStream lexer,
                                       int k)
      • GeneratedGraphParser

        public GeneratedGraphParser​(antlr.TokenStream lexer)
      • GeneratedGraphParser

        public GeneratedGraphParser​(antlr.ParserSharedInputState state)
    • 方法详细资料

      • startAttribute

        protected void startAttribute​(antlr.Token attributeName)
      • startQualifiedAttribute

        protected void startQualifiedAttribute​(antlr.Token attributeName,
                                               antlr.Token qualifier)
      • finishAttribute

        protected void finishAttribute()
      • startSubGraph

        protected void startSubGraph​(antlr.Token subType)
      • finishSubGraph

        protected void finishSubGraph()
      • graph

        public final void graph()
                         throws antlr.RecognitionException,
                                antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.TokenStreamException
      • attributeNode

        public final void attributeNode()
                                 throws antlr.RecognitionException,
                                        antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.TokenStreamException
      • attributePath

        public final void attributePath()
                                 throws antlr.RecognitionException,
                                        antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.TokenStreamException
      • subGraph

        public final void subGraph()
                            throws antlr.RecognitionException,
                                   antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.TokenStreamException