org.jface.stepmt.core.patterns
Class AbstractPattern

java.lang.Object
  extended byorg.jface.stepmt.core.patterns.AbstractPattern
All Implemented Interfaces:
Pattern
Direct Known Subclasses:
ContainerPattern, EndOfLinePattern, StringPattern, TabPattern

public abstract class AbstractPattern
extends java.lang.Object
implements Pattern

Version:
$Id: AbstractPattern.java,v 1.2 2004/02/07 11:25:35 powerpete Exp $
Author:
M. Petersen

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
AbstractPattern()
           
 
Method Summary
protected  boolean checkBounds(java.lang.String str, int index)
           
 java.lang.String getName()
          Returns the name of this Pattern.
 void setName(java.lang.String name)
          Sets the name of this Pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jface.stepmt.core.Pattern
match
 

Field Detail

name

protected java.lang.String name
Constructor Detail

AbstractPattern

public AbstractPattern()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Pattern
Returns the name of this Pattern.

Specified by:
getName in interface Pattern
Returns:
The name.

setName

public void setName(java.lang.String name)
Description copied from interface: Pattern
Sets the name of this Pattern.

Specified by:
setName in interface Pattern
Parameters:
name - The name.

checkBounds

protected boolean checkBounds(java.lang.String str,
                              int index)


Copyright © 2003-2004 jface.org. All Rights Reserved.