Uses of Class
org.nuiton.eugene.plugin.parser.java.Java8Parser.PrimaryContext
-
Packages that use Java8Parser.PrimaryContext Package Description org.nuiton.eugene.plugin.parser.java -
-
Uses of Java8Parser.PrimaryContext in org.nuiton.eugene.plugin.parser.java
Methods in org.nuiton.eugene.plugin.parser.java that return Java8Parser.PrimaryContext Modifier and Type Method Description Java8Parser.PrimaryContextJava8Parser.ClassInstanceCreationExpressionContext. primary()Java8Parser.PrimaryContextJava8Parser.ExplicitConstructorInvocationContext. primary()Java8Parser.PrimaryContextJava8Parser.FieldAccessContext. primary()Java8Parser.PrimaryContextJava8Parser.MethodInvocationContext. primary()Java8Parser.PrimaryContextJava8Parser.MethodReferenceContext. primary()Java8Parser.PrimaryContextJava8Parser.PostfixExpressionContext. primary()Java8Parser.PrimaryContextJava8Parser. primary()Methods in org.nuiton.eugene.plugin.parser.java with parameters of type Java8Parser.PrimaryContext Modifier and Type Method Description ResultJava8BaseVisitor. visitPrimary(Java8Parser.PrimaryContext ctx)Visit a parse tree produced byJava8Parser.primary().ResultJava8Visitor. visitPrimary(Java8Parser.PrimaryContext ctx)Visit a parse tree produced byJava8Parser.primary().
-