All Packages Class Hierarchy This Package Previous Next Index
Class pat.Multi_stage2
java.lang.Object
|
+----pat.Pattern
|
+----pat.PatternSub
|
+----pat.Multi_stage2
- public class Multi_stage2
- extends PatternSub
-
matchFewest
-
-
getNext()
- This gets the next element of a Pattern that
we wish to match.
-
matchInternal(int, Pthings)
- The interal match function, it must be provided by any
class which wishes to extend Pattern.
-
toString()
- Conversion to a String
matchFewest
public boolean matchFewest
toString
public String toString()
- Conversion to a String
- Overrides:
- toString in class Pattern
getNext
public Pattern getNext()
- This gets the next element of a Pattern that
we wish to match.
- Overrides:
- getNext in class Pattern
matchInternal
public int matchInternal(int pos,
Pthings pt)
- The interal match function, it must be provided by any
class which wishes to extend Pattern.
- Overrides:
- matchInternal in class Pattern
All Packages Class Hierarchy This Package Previous Next Index