All Packages Class Hierarchy This Package Previous Next Index
Class pat.End
java.lang.Object
|
+----pat.Pattern
|
+----pat.End
- public class End
- extends Pattern
-
add(Pattern)
- add a Pattern to the singly-linked Pattern chain.
-
matchInternal(int, Pthings)
- The interal match function, it must be provided by any
class which wishes to extend Pattern.
-
toString()
- Conversion to a String
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
toString
public String toString()
- Conversion to a String
- Overrides:
- toString in class Pattern
add
public Pattern add(Pattern p)
- add a Pattern to the singly-linked Pattern chain.
- Overrides:
- add in class Pattern
All Packages Class Hierarchy This Package Previous Next Index