com.sonar.sslr.api.flow
Class ExecutionFlowEngine.FunctionCallStack

java.lang.Object
  extended by com.sonar.sslr.api.flow.ExecutionFlowEngine.FunctionCallStack
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
ExecutionFlowEngine

public final class ExecutionFlowEngine.FunctionCallStack
extends java.lang.Object
implements java.lang.Cloneable


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

ExecutionFlowEngine.FunctionCallStack

public ExecutionFlowEngine.FunctionCallStack()
Method Detail

isEmpty

public boolean isEmpty()

add

public void add(FlowHandler flowHandler)

peek

public FlowHandler peek()

pop

public FlowHandler pop()

contains

public boolean contains(FlowHandler flowHandler)

clone

public ExecutionFlowEngine.FunctionCallStack clone()
Overrides:
clone in class java.lang.Object


Copyright © 2012 SonarSource. All Rights Reserved.