public class AttributeParenthesisModel extends Object implements ParenthesisModel
| Constructor and Description |
|---|
AttributeParenthesisModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndParenthesis(Terminal t)
Returns true if the terminal is an end parenthesis
|
boolean |
isStartParenthesis(Terminal t)
Returns true if the terminal is a start parenthesis
|
public boolean isEndParenthesis(Terminal t)
ParenthesisModelisEndParenthesis in interface ParenthesisModelpublic boolean isStartParenthesis(Terminal t)
ParenthesisModelisStartParenthesis in interface ParenthesisModelCopyright © 2008-2013 Mathias Schwarz.