Package | Description |
---|---|
sk.stuba.fiit.perconik.core.java.dom.traverse |
Java DOM tree traversal extension to the Eclipse JDT.
|
Modifier and Type | Method and Description |
---|---|
static NodeVisitOption |
NodeVisitOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeVisitOption[] |
NodeVisitOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GenericNodeMatcher(NodeVisitOption... options) |
GenericNodeVisitor(NodeVisitOption... options) |
NodeMatcher(NodeVisitOption... options) |
NodeVisitor(NodeVisitOption... options) |