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.handleOut(char ch, ModelUtility.ParseState nextState) Handles fixing or appending toModelUtility.CutLeadInParser.out.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.handleOut(char ch, ModelUtility.ParseState nextState) Handles fixing or appending toModelUtility.CutLeadInParser.out.