Uses of Class
org.nuiton.eugene.plugin.parser.java.Java8Parser.SwitchLabelsContext
| Package | Description |
|---|---|
| org.nuiton.eugene.plugin.parser.java |
-
Uses of Java8Parser.SwitchLabelsContext in org.nuiton.eugene.plugin.parser.java
Methods in org.nuiton.eugene.plugin.parser.java that return Java8Parser.SwitchLabelsContext Modifier and Type Method Description Java8Parser.SwitchLabelsContextJava8Parser.SwitchBlockStatementGroupContext. switchLabels()Java8Parser.SwitchLabelsContextJava8Parser. switchLabels()Methods in org.nuiton.eugene.plugin.parser.java with parameters of type Java8Parser.SwitchLabelsContext Modifier and Type Method Description ResultJava8BaseVisitor. visitSwitchLabels(Java8Parser.SwitchLabelsContext ctx)Visit a parse tree produced byJava8Parser.switchLabels().ResultJava8Visitor. visitSwitchLabels(Java8Parser.SwitchLabelsContext ctx)Visit a parse tree produced byJava8Parser.switchLabels().