类 DtoParser.AnnotationValueContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.babyfish.jimmer.dto.compiler.DtoParser.AnnotationValueContext
所有已实现的接口:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
封闭类:
DtoParser

public static class DtoParser.AnnotationValueContext extends org.antlr.v4.runtime.ParserRuleContext
  • 字段概要

    从类继承的字段 org.antlr.v4.runtime.ParserRuleContext

    children, EMPTY, exception, start, stop

    从类继承的字段 org.antlr.v4.runtime.RuleContext

    invokingState, parent
  • 构造器概要

    构造器
    构造器
    说明
    AnnotationValueContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
    void
    enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
     
    void
    exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
     
    int
     

    从类继承的方法 org.antlr.v4.runtime.ParserRuleContext

    addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString

    从类继承的方法 org.antlr.v4.runtime.RuleContext

    accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • AnnotationValueContext

      public AnnotationValueContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • 方法详细资料

    • annotationSingleValue

      public DtoParser.AnnotationSingleValueContext annotationSingleValue()
    • annotationArrayValue

      public DtoParser.AnnotationArrayValueContext annotationArrayValue()
    • getRuleIndex

      public int getRuleIndex()
      覆盖:
      getRuleIndex 在类中 org.antlr.v4.runtime.RuleContext
    • enterRule

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      覆盖:
      enterRule 在类中 org.antlr.v4.runtime.ParserRuleContext
    • exitRule

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      覆盖:
      exitRule 在类中 org.antlr.v4.runtime.ParserRuleContext