Uses of Class
net.sourceforge.pmd.lang.dfa.NodeType
-
Packages that use NodeType Package Description net.sourceforge.pmd.lang.dfa -
-
Uses of NodeType in net.sourceforge.pmd.lang.dfa
Fields in net.sourceforge.pmd.lang.dfa with type parameters of type NodeType Modifier and Type Field Description protected Set<NodeType>AbstractDataFlowNode. typeMethods in net.sourceforge.pmd.lang.dfa that return NodeType Modifier and Type Method Description NodeTypeStackObject. getType()static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.dfa with parameters of type NodeType Modifier and Type Method Description booleanAbstractDataFlowNode. isType(NodeType type)booleanDataFlowNode. isType(NodeType type)voidStructure. pushOnStack(NodeType type, DataFlowNode node)The braceStack contains all nodes which are important to link the data flow nodes.voidAbstractDataFlowNode. setType(NodeType type)voidDataFlowNode. setType(NodeType type)Constructors in net.sourceforge.pmd.lang.dfa with parameters of type NodeType Constructor Description StackObject(NodeType type, DataFlowNode node)
-