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