public class NodeTypeTest extends NodeTest
Modifier and Type | Field and Description |
---|---|
private int |
nodeType |
Constructor and Description |
---|
NodeTypeTest(int nodeType)
Create a new NodeTypeTest.
|
Modifier and Type | Method and Description |
---|---|
int |
getNodeType()
Get the nodeType.
|
static java.lang.String |
nodeTypeToString(int code)
Render the given node type as a String.
|
java.lang.String |
toString() |
public NodeTypeTest(int nodeType)
nodeType
- to matchpublic int getNodeType()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String nodeTypeToString(int code)
code
- int