net.sourceforge.pmd.dfa

Class StackObject

public class StackObject extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Constructor Summary
protected StackObject(int type, IDataFlowNode node)
Method Summary
IDataFlowNodegetDataFlowNode()
intgetType()

Constructor Detail

StackObject

protected StackObject(int type, IDataFlowNode node)

Method Detail

getDataFlowNode

public IDataFlowNode getDataFlowNode()

getType

public int getType()