net.sourceforge.pmd.lang.dfa
Class StackObject

java.lang.Object
  extended by net.sourceforge.pmd.lang.dfa.StackObject

public class StackObject
extends Object


Constructor Summary
StackObject(int type, DataFlowNode node)
           
 
Method Summary
 DataFlowNode getDataFlowNode()
           
 int getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackObject

public StackObject(int type,
                   DataFlowNode node)
Method Detail

getDataFlowNode

public DataFlowNode getDataFlowNode()

getType

public int getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2015 InfoEther. All Rights Reserved.