类 DtoParser.PositivePropContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.babyfish.jimmer.dto.compiler.DtoParser.PositivePropContext
所有已实现的接口:
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.PositivePropContext extends org.antlr.v4.runtime.ParserRuleContext
  • 字段详细资料

    • doc

      public org.antlr.v4.runtime.Token doc
    • annotation

      public DtoParser.AnnotationContext annotation
    • annotations

      public List<DtoParser.AnnotationContext> annotations
    • modifier

      public org.antlr.v4.runtime.Token modifier
    • func

      public org.antlr.v4.runtime.Token func
    • flag

      public org.antlr.v4.runtime.Token flag
    • insensitive

      public org.antlr.v4.runtime.Token insensitive
    • prefix

      public org.antlr.v4.runtime.Token prefix
    • suffix

      public org.antlr.v4.runtime.Token suffix
    • Identifier

      public org.antlr.v4.runtime.Token Identifier
    • props

      public List<org.antlr.v4.runtime.Token> props
    • optional

      public org.antlr.v4.runtime.Token optional
    • required

      public org.antlr.v4.runtime.Token required
    • recursive

      public org.antlr.v4.runtime.Token recursive
    • alias

      public org.antlr.v4.runtime.Token alias
    • childDoc

      public org.antlr.v4.runtime.Token childDoc
    • bodyAnnotations

      public List<DtoParser.AnnotationContext> bodyAnnotations
    • typeRef

      public DtoParser.TypeRefContext typeRef
    • bodySuperInterfaces

      public List<DtoParser.TypeRefContext> bodySuperInterfaces
  • 构造器详细资料

    • PositivePropContext

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

    • Identifier

      public List<org.antlr.v4.runtime.tree.TerminalNode> Identifier()
    • Identifier

      public org.antlr.v4.runtime.tree.TerminalNode Identifier(int i)
    • dtoBody

      public DtoParser.DtoBodyContext dtoBody()
    • enumBody

      public DtoParser.EnumBodyContext enumBody()
    • DocComment

      public List<org.antlr.v4.runtime.tree.TerminalNode> DocComment()
    • DocComment

      public org.antlr.v4.runtime.tree.TerminalNode DocComment(int i)
    • annotation

      public List<DtoParser.AnnotationContext> annotation()
    • annotation

      public DtoParser.AnnotationContext annotation(int i)
    • typeRef

      public List<DtoParser.TypeRefContext> typeRef()
    • typeRef

      public DtoParser.TypeRefContext typeRef(int i)
    • 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