Uses of Enum Class
net.ssehub.easy.dslCore.ModelUtility.ParseState
Packages that use ModelUtility.ParseState
Package
Description
Basic reusable classes for the exportable management functions of the SSE-style
DSL implementation for xText grammars.
-
Uses of ModelUtility.ParseState in net.ssehub.easy.dslCore
Fields in net.ssehub.easy.dslCore declared as ModelUtility.ParseStateModifier and TypeFieldDescriptionprivate ModelUtility.ParseStateModelUtility.CutLeadInParser.stateMethods in net.ssehub.easy.dslCore that return ModelUtility.ParseStateModifier and TypeMethodDescriptionprivate ModelUtility.ParseStateModelUtility.CutLeadInParser.handleAsterisk(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when an asterisk is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleBackSlash(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a backslash is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleEscape(ModelUtility.ParseState state) Handles the state transitions for an escape character.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleOut(char ch, ModelUtility.ParseState nextState) Handles fixing or appending toModelUtility.CutLeadInParser.out.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleSlash(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a slash is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleStringStart(ModelUtility.ParseState stringState, ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a string starts.private ModelUtility.ParseStateModelUtility.CutLeadInParser.reset(int pos) Resets the parser for a new top-level unit.static ModelUtility.ParseStateReturns the enum constant of this class with the specified name.static ModelUtility.ParseState[]ModelUtility.ParseState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.dslCore with parameters of type ModelUtility.ParseStateModifier and TypeMethodDescriptionprivate ModelUtility.ParseStateModelUtility.CutLeadInParser.handleAsterisk(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when an asterisk is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleBackSlash(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a backslash is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleEscape(ModelUtility.ParseState state) Handles the state transitions for an escape character.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleOut(char ch, ModelUtility.ParseState nextState) Handles fixing or appending toModelUtility.CutLeadInParser.out.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleSlash(ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a slash is found.private ModelUtility.ParseStateModelUtility.CutLeadInParser.handleStringStart(ModelUtility.ParseState stringState, ModelUtility.ParseState state, ModelUtility.ParseState nextState) Handles the state transitions when a string starts.