Uses of Class
net.sourceforge.pmd.lang.dfa.StackObject
-
Packages that use StackObject Package Description net.sourceforge.pmd.lang.dfa -
-
Uses of StackObject in net.sourceforge.pmd.lang.dfa
Methods in net.sourceforge.pmd.lang.dfa that return types with arguments of type StackObject Modifier and Type Method Description List<StackObject>
Structure. getBraceStack()
List<StackObject>
Structure. getContinueBreakReturnStack()
Constructor parameters in net.sourceforge.pmd.lang.dfa with type arguments of type StackObject Constructor Description Linker(DataFlowHandler dataFlowHandler, List<StackObject> braceStack, List<StackObject> continueBreakReturnStack)
SequenceChecker(List<StackObject> bracesList)
-