Package | Description |
---|---|
upsimulator.recognizer |
Modifier and Type | Method and Description |
---|---|
UPLanguageParser.PropertiesContext |
UPLanguageParser.properties() |
UPLanguageParser.PropertiesContext |
UPLanguageParser.EnvironmentDefContext.properties(int i) |
UPLanguageParser.PropertiesContext |
UPLanguageParser.MembraneDefContext.properties(int i) |
UPLanguageParser.PropertiesContext |
UPLanguageParser.SubmembraneContext.properties(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UPLanguageParser.PropertiesContext> |
UPLanguageParser.EnvironmentDefContext.properties() |
java.util.List<UPLanguageParser.PropertiesContext> |
UPLanguageParser.MembraneDefContext.properties() |
java.util.List<UPLanguageParser.PropertiesContext> |
UPLanguageParser.SubmembraneContext.properties() |
Modifier and Type | Method and Description |
---|---|
T |
UPLanguageVisitor.visitProperties(UPLanguageParser.PropertiesContext ctx)
Visit a parse tree produced by
UPLanguageParser.properties() . |
T |
UPLanguageRecognizer.visitProperties(UPLanguageParser.PropertiesContext ctx) |
T |
UPLanguageBaseVisitor.visitProperties(UPLanguageParser.PropertiesContext ctx)
Visit a parse tree produced by
UPLanguageParser.properties() . |