public class KawapadParenthesisStack
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
KawapadParenthesisStack.Element |
Constructor and Description |
---|
KawapadParenthesisStack() |
Modifier and Type | Method and Description |
---|---|
void |
checkSelectionStack() |
void |
clear() |
boolean |
isEmpty() |
boolean |
isLocked() |
KawapadParenthesisStack.Element |
peek() |
KawapadParenthesisStack.Element |
pop() |
void |
push(int mark,
int dot) |
void |
setLocked(boolean locked) |
public boolean isLocked()
public void setLocked(boolean locked)
public void checkSelectionStack()
public void push(int mark, int dot)
public KawapadParenthesisStack.Element pop()
public KawapadParenthesisStack.Element peek()
public void clear()
public boolean isEmpty()