Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.StringParser.State
-
Packages that use StringParser.State Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages. -
-
Uses of StringParser.State in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions that return StringParser.State Modifier and Type Method Description static StringParser.StateStringParser.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StringParser.State[]StringParser.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type StringParser.State Modifier and Type Method Description private PStringParser. completeParsing(StringParser.State state)Completes the parsing at the end of the input string.protected abstract intStringParser. handleEndOfText(int start, int pos, StringParser.State state)Handles the very end of text at so far unhandled state.protected intStringReplacer. handleEndOfText(int curStart, int pos, StringParser.State state)protected intStringResolver. handleEndOfText(int curStart, int pos, StringParser.State state)
-