dk.brics.servletvalidator.balancing
Interface ParenthesisModel

All Known Implementing Classes:
AttributeParenthesisModel, StartEndParenthesisModel, TagParenthesisModel

public interface ParenthesisModel

A parenthesis model decides given a terminal if the terminal is an end parenthesis or a start parenthesis

Author:
schwarz

Method Summary
 boolean isEndParanthesis(Terminal t)
          Returns true if the terminal is an end parenthesis
 boolean isStartParanthesis(Terminal t)
          Returns true if the terminal is a start parenthesis
 

Method Detail

isEndParanthesis

boolean isEndParanthesis(Terminal t)
Returns true if the terminal is an end parenthesis


isStartParanthesis

boolean isStartParanthesis(Terminal t)
Returns true if the terminal is a start parenthesis



Copyright © 2008 Mathias Schwarz.