| Package | Description |
|---|---|
| com.uwemeding.fuzzer |
| Modifier and Type | Method and Description |
|---|---|
abstract Node.Type |
Node.getNodeType()
Get the node type.
|
Node.Type |
Variable.getNodeType()
Get the node type.
|
Node.Type |
Member.getNodeType()
Get the node type.
|
static Node.Type |
Node.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RuleConditions.checkNode(Node node,
Node.Type... validTypes)
Check a node for validity.
|
Copyright © 2013–2014. All rights reserved.