Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch.AbstractPathRuleMatchExpression.MatchState
-
Packages that use AbstractPathRuleMatchExpression.MatchState Package Description net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch Rule match expressions. -
-
Uses of AbstractPathRuleMatchExpression.MatchState in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch that return AbstractPathRuleMatchExpression.MatchState Modifier and Type Method Description private static AbstractPathRuleMatchExpression.MatchStateAbstractPathRuleMatchExpression. determineNextState(java.lang.String text, int pos, int lastPos, AbstractPathRuleMatchExpression.MatchState state)Determines the next matching state at the given position intext.private static AbstractPathRuleMatchExpression.MatchStateAbstractPathRuleMatchExpression. determineState(java.lang.String text, int pos)Determines the current matching state at the given position intext.static AbstractPathRuleMatchExpression.MatchStateAbstractPathRuleMatchExpression.MatchState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractPathRuleMatchExpression.MatchState[]AbstractPathRuleMatchExpression.MatchState. 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.buildlangModel.ruleMatch with parameters of type AbstractPathRuleMatchExpression.MatchState Modifier and Type Method Description private static AbstractPathRuleMatchExpression.MatchStateAbstractPathRuleMatchExpression. determineNextState(java.lang.String text, int pos, int lastPos, AbstractPathRuleMatchExpression.MatchState state)Determines the next matching state at the given position intext.private static booleanAbstractPathRuleMatchExpression. tryAndTrackBack(java.lang.String leftPattern, AbstractPathRuleMatchExpression.MatchState leftState, java.lang.String rightPattern, AbstractPathRuleMatchExpression.MatchState rightState, int[] pos)Tries a match at the offsets determined by the states and tracks back if the match cannot be made.
-