All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pat.Any

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

public class Any
extends Pattern

Constructor Index

 o Any()

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 Any
  public Any()

Methods

 o 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
 o toString
  public String toString()
Conversion to a String

Overrides:
toString in class Pattern

All Packages  Class Hierarchy  This Package  Previous  Next  Index