|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.rwth.dfa.jvm.samples.CPAbstraction.CPFunction
|
+--de.rwth.dfa.jvm.samples.CPAbstraction.PopFunction
Removes entries from the stack.
| Inner classes inherited from class de.rwth.domains.Function |
Function.Tools |
| Fields inherited from class de.rwth.dfa.jvm.samples.CPAbstraction.CPFunction |
consume, produce |
| Constructor Summary | |
CPAbstraction.PopFunction(int consume,
int produce)
Creates a new PopFunction instance. |
|
| Method Summary | |
protected void |
apply(java.lang.Object[] locals,
java.util.Stack stack)
Pops as many entries from the stack as necessary to fulfill correct stack behavior. |
java.lang.String |
toString()
|
| Methods inherited from class de.rwth.dfa.jvm.samples.CPAbstraction.CPFunction |
apply, getDomain, getRange |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CPAbstraction.PopFunction(int consume,
int produce)
PopFunction instance.consume - an int valueproduce - an int value| Method Detail |
protected void apply(java.lang.Object[] locals,
java.util.Stack stack)
throws FunctionException
apply in class CPAbstraction.CPFunctionlocals - an Object[] valuestack - a Stack valueFunctionException - if an error occurspublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||