All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pat.SubMark

java.lang.Object
   |
   +----pat.Pattern
           |
           +----pat.SubMark

public class SubMark
extends Pattern

Constructor Index

 o SubMark()

Method Index

 o matchInternal(int, Pthings)
The interal match function, it must be provided by any class which wishes to extend Pattern.
 o toString()
Conversion to a String

Constructors

 o SubMark
  public SubMark()

Methods

 o toString
  public String toString()
Conversion to a String

Overrides:
toString in class Pattern
 o matchInternal
  public int matchInternal(int i,
                           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