Package org.teamapps.dto
Class TeamAppsDtoParser.ClassDeclarationContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.teamapps.dto.TeamAppsDtoParser.ClassDeclarationContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- TeamAppsDtoParser
public static class TeamAppsDtoParser.ClassDeclarationContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ClassDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class 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
-
-
-
-
Method Detail
-
Identifier
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
-
typescriptFactoryAnnotation
public TeamAppsDtoParser.TypescriptFactoryAnnotationContext typescriptFactoryAnnotation()
-
abstractModifier
public TeamAppsDtoParser.AbstractModifierContext abstractModifier()
-
superClassDecl
public TeamAppsDtoParser.SuperClassDeclContext superClassDecl()
-
implementsDecl
public TeamAppsDtoParser.ImplementsDeclContext implementsDecl()
-
propertyDeclaration
public java.util.List<TeamAppsDtoParser.PropertyDeclarationContext> propertyDeclaration()
-
propertyDeclaration
public TeamAppsDtoParser.PropertyDeclarationContext propertyDeclaration(int i)
-
commandDeclaration
public java.util.List<TeamAppsDtoParser.CommandDeclarationContext> commandDeclaration()
-
commandDeclaration
public TeamAppsDtoParser.CommandDeclarationContext commandDeclaration(int i)
-
eventDeclaration
public java.util.List<TeamAppsDtoParser.EventDeclarationContext> eventDeclaration()
-
eventDeclaration
public TeamAppsDtoParser.EventDeclarationContext eventDeclaration(int i)
-
subCommandDeclaration
public java.util.List<TeamAppsDtoParser.SubCommandDeclarationContext> subCommandDeclaration()
-
subCommandDeclaration
public TeamAppsDtoParser.SubCommandDeclarationContext subCommandDeclaration(int i)
-
subEventDeclaration
public java.util.List<TeamAppsDtoParser.SubEventDeclarationContext> subEventDeclaration()
-
subEventDeclaration
public TeamAppsDtoParser.SubEventDeclarationContext subEventDeclaration(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-