net.sourceforge.chaperon.model.extended
Class EndOfText

java.lang.Object
  extended by net.sourceforge.chaperon.model.extended.Pattern
      extended by net.sourceforge.chaperon.model.extended.EndOfText
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class EndOfText
extends Pattern

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.chaperon.model.extended.Pattern
index
 
Constructor Summary
EndOfText()
           
 
Method Summary
 java.lang.Object clone()
          Create a clone this pattern.
 boolean contains(char c)
           
 boolean contains(char minimum, char maximum)
           
 char[] getLimits()
           
 java.lang.String getSymbol()
           
 java.lang.String toString()
           
 void update()
           
 Violations validate()
          Validates this pattern.
 
Methods inherited from class net.sourceforge.chaperon.model.extended.Pattern
addAscendingSuccessor, addDescendingSuccessor, addFirstPattern, addLastPattern, addSuccessor, getAllPattern, getAncestors, getAscendingAncestors, getAscendingSuccessors, getDefinition, getDescendingAncestors, getDescendingSuccessors, getFirstPattern, getLastPattern, getLocation, getSuccessors, hasAncestor, hasAscendingAncestor, hasAscendingSuccessor, hasDescendingAncestor, hasDescendingSuccessor, hasSuccessor, isFirstPattern, isLastPattern, isNullable, setDefinition, setLocation, setNullable, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfText

public EndOfText()
Method Detail

update

public void update()
Overrides:
update in class Pattern

getLimits

public char[] getLimits()
Specified by:
getLimits in class Pattern

contains

public boolean contains(char minimum,
                        char maximum)
Specified by:
contains in class Pattern

contains

public boolean contains(char c)
Specified by:
contains in class Pattern

getSymbol

public java.lang.String getSymbol()
Specified by:
getSymbol in class Pattern

clone

public java.lang.Object clone()
Description copied from class: Pattern
Create a clone this pattern.

Specified by:
clone in class Pattern
Returns:
Clone of this pattern.

validate

public Violations validate()
Description copied from class: Pattern
Validates this pattern.

Specified by:
validate in class Pattern
Returns:
Return a list of violations, if this pattern isn't valid.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ? 2003 Chaperon project. All Rights Reserved.