Uses of Class
de.danielbechler.diff.node.Node.State

Packages that use Node.State
de.danielbechler.diff.node   
de.danielbechler.diff.visitor   
 

Uses of Node.State in de.danielbechler.diff.node
 

Methods in de.danielbechler.diff.node that return Node.State
 Node.State Node.getState()
           
 Node.State DefaultNode.getState()
           
static Node.State Node.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Node.State[] Node.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.danielbechler.diff.node with parameters of type Node.State
 void Node.setState(Node.State state)
           
 void DefaultNode.setState(Node.State state)
           
 

Uses of Node.State in de.danielbechler.diff.visitor
 

Constructors in de.danielbechler.diff.visitor with parameters of type Node.State
StateFilteringVisitor(Node.State state)
           
 



Copyright © 2012. All Rights Reserved.