Uses of Class
pmp.MatcherIface.State

Packages that use MatcherIface.State
pmp This package contains core classes of PMP macroprocessor. 
 

Uses of MatcherIface.State in pmp
 

Methods in pmp that return MatcherIface.State
 MatcherIface.State MatcherIface.getState()
          Returns state of matcher.
 MatcherIface.State JavaMatcher.getState()
           
 MatcherIface.State FailingMatcher.getState()
           
 MatcherIface.State EmptyMatcher.getState()
           
 MatcherIface.State MatcherIface.matches(java.lang.StringBuilder text)
          Resets this matcher with given string.
 MatcherIface.State JavaMatcher.matches(java.lang.StringBuilder t)
           
 MatcherIface.State FailingMatcher.matches(java.lang.StringBuilder text)
           
 MatcherIface.State EmptyMatcher.matches(java.lang.StringBuilder text)
           
static MatcherIface.State MatcherIface.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MatcherIface.State[] MatcherIface.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.