Package | Description |
---|---|
de.danielbechler.diff.node | |
de.danielbechler.diff.visitor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setState(Node.State state) |
void |
DefaultNode.setState(Node.State state) |
Constructor and Description |
---|
StateFilteringVisitor(Node.State state) |
Copyright © 2012. All Rights Reserved.