Uses of Class
one.gfw.antlr4.java.JavaParser.PrimaryContext
-
Packages that use JavaParser.PrimaryContext Package Description one.gfw.antlr4.java -
-
Uses of JavaParser.PrimaryContext in one.gfw.antlr4.java
Methods in one.gfw.antlr4.java that return JavaParser.PrimaryContext Modifier and Type Method Description JavaParser.PrimaryContextJavaParser.ExpressionContext. primary()JavaParser.PrimaryContextJavaParser. primary()Methods in one.gfw.antlr4.java with parameters of type JavaParser.PrimaryContext Modifier and Type Method Description voidJavaParserBaseListener. enterPrimary(JavaParser.PrimaryContext ctx)voidJavaParserListener. enterPrimary(JavaParser.PrimaryContext ctx)voidJavaParserBaseListener. exitPrimary(JavaParser.PrimaryContext ctx)voidJavaParserListener. exitPrimary(JavaParser.PrimaryContext ctx)TJavaParserBaseVisitor. visitPrimary(JavaParser.PrimaryContext ctx)TJavaParserVisitor. visitPrimary(JavaParser.PrimaryContext ctx)
-