dk.brics.servletvalidator.balancing.pimages
Class Parenthesis

java.lang.Object
  extended by dk.brics.servletvalidator.balancing.pimages.Parenthesis
All Implemented Interfaces:
ParenthesisVertex, ParenthesisTypeInfo

public class Parenthesis
extends Object
implements ParenthesisVertex

An actual parenthesis


Constructor Summary
Parenthesis(ParenthesisType type, Terminal t)
           
 
Method Summary
 boolean equals(Object o)
           
 Terminal getT()
           
 ParenthesisType getType()
           
 int hashCode()
           
 boolean isActualParanthesis()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parenthesis

public Parenthesis(ParenthesisType type,
                   Terminal t)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getT

public Terminal getT()

getType

public ParenthesisType getType()
Specified by:
getType in interface ParenthesisTypeInfo

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isActualParanthesis

public boolean isActualParanthesis()
Specified by:
isActualParanthesis in interface ParenthesisVertex


Copyright © 2008 Mathias Schwarz.