| Package | Description |
|---|---|
| upsimulator.recognizer |
| Modifier and Type | Method and Description |
|---|---|
UPLanguageParser.AndOptContext |
UPLanguageParser.andOpt() |
UPLanguageParser.AndOptContext |
UPLanguageParser.PositionResultContext.andOpt(int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UPLanguageParser.AndOptContext> |
UPLanguageParser.PositionResultContext.andOpt() |
| Modifier and Type | Method and Description |
|---|---|
T |
UPLanguageVisitor.visitAndOpt(UPLanguageParser.AndOptContext ctx)
Visit a parse tree produced by
UPLanguageParser.andOpt(). |
T |
UPLanguageRecognizer.visitAndOpt(UPLanguageParser.AndOptContext ctx) |
T |
UPLanguageBaseVisitor.visitAndOpt(UPLanguageParser.AndOptContext ctx)
Visit a parse tree produced by
UPLanguageParser.andOpt(). |