|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.optimizer.relational.RuleStack
public class RuleStack
| Constructor Summary | |
|---|---|
RuleStack()
|
|
| Method Summary | |
|---|---|
void |
addLast(OptimizerRule rule)
|
boolean |
contains(OptimizerRule rule)
|
boolean |
isEmpty()
|
OptimizerRule |
pop()
|
void |
push(OptimizerRule rule)
|
void |
remove(OptimizerRule rule)
Remove all occurrences of this rule in the stack |
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleStack()
| Method Detail |
|---|
public void push(OptimizerRule rule)
public void addLast(OptimizerRule rule)
public OptimizerRule pop()
public boolean isEmpty()
public int size()
public void remove(OptimizerRule rule)
rule - The rule to removepublic boolean contains(OptimizerRule rule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||