| Package | Description |
|---|---|
| org.nuiton.i18n.plugin.parser.java |
| Modifier and Type | Method and Description |
|---|---|
JavaParser.SuperSuffixContext |
JavaParser.superSuffix() |
JavaParser.SuperSuffixContext |
JavaParser.ExpressionContext.superSuffix() |
JavaParser.SuperSuffixContext |
JavaParser.ExplicitGenericInvocationSuffixContext.superSuffix() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaListener.enterSuperSuffix(JavaParser.SuperSuffixContext ctx)
Enter a parse tree produced by
JavaParser.superSuffix(). |
void |
JavaBaseListener.enterSuperSuffix(JavaParser.SuperSuffixContext ctx)
Enter a parse tree produced by
JavaParser.superSuffix(). |
void |
JavaListener.exitSuperSuffix(JavaParser.SuperSuffixContext ctx)
Exit a parse tree produced by
JavaParser.superSuffix(). |
void |
JavaBaseListener.exitSuperSuffix(JavaParser.SuperSuffixContext ctx)
Exit a parse tree produced by
JavaParser.superSuffix(). |
T |
JavaBaseVisitor.visitSuperSuffix(JavaParser.SuperSuffixContext ctx)
Visit a parse tree produced by
JavaParser.superSuffix(). |
T |
JavaVisitor.visitSuperSuffix(JavaParser.SuperSuffixContext ctx)
Visit a parse tree produced by
JavaParser.superSuffix(). |
Copyright © 2007–2014 CodeLutin. All rights reserved.