Uses of Class
net.sourceforge.pmd.lang.coco.ast.CocoParser.DeclarationContext
-
Packages that use CocoParser.DeclarationContext Package Description net.sourceforge.pmd.lang.coco.ast Contains the Antlr grammar for Coco. -
-
Uses of CocoParser.DeclarationContext in net.sourceforge.pmd.lang.coco.ast
Methods in net.sourceforge.pmd.lang.coco.ast that return CocoParser.DeclarationContext Modifier and Type Method Description CocoParser.DeclarationContext
CocoParser. declaration()
Deprecated.CocoParser.DeclarationContext
CocoParser.ModuleContext. declaration(int i)
Methods in net.sourceforge.pmd.lang.coco.ast that return types with arguments of type CocoParser.DeclarationContext Modifier and Type Method Description List<CocoParser.DeclarationContext>
CocoParser.ModuleContext. declaration()
Methods in net.sourceforge.pmd.lang.coco.ast with parameters of type CocoParser.DeclarationContext Modifier and Type Method Description void
CocoBaseListener. enterDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.declaration()
.void
CocoListener. enterDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.declaration()
.void
CocoBaseListener. exitDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.declaration()
.void
CocoListener. exitDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.declaration()
.T
CocoBaseVisitor. visitDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Visit a parse tree produced byCocoParser.declaration()
.T
CocoVisitor. visitDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Visit a parse tree produced byCocoParser.declaration()
.
-