|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ParenthesisModel
A parenthesis model decides given a terminal if the terminal is an end parenthesis or a start parenthesis
| 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 |
|---|
boolean isEndParanthesis(Terminal t)
boolean isStartParanthesis(Terminal t)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||