|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonar.sslr.api.flow.ExecutionFlowEngine.FunctionCallStack
public final class ExecutionFlowEngine.FunctionCallStack
Constructor Summary | |
---|---|
ExecutionFlowEngine.FunctionCallStack()
|
Method Summary | |
---|---|
void |
add(FlowHandler flowHandler)
|
ExecutionFlowEngine.FunctionCallStack |
clone()
|
boolean |
contains(FlowHandler flowHandler)
|
boolean |
isEmpty()
|
FlowHandler |
peek()
|
FlowHandler |
pop()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionFlowEngine.FunctionCallStack()
Method Detail |
---|
public boolean isEmpty()
public void add(FlowHandler flowHandler)
public FlowHandler peek()
public FlowHandler pop()
public boolean contains(FlowHandler flowHandler)
public ExecutionFlowEngine.FunctionCallStack clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |