| Package | Description |
|---|---|
| org.pegdown.ast |
| Modifier and Type | Method | Description |
|---|---|---|
SimpleNode.Type |
SimpleNode.getType() |
|
static SimpleNode.Type |
SimpleNode.Type.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SimpleNode.Type[] |
SimpleNode.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
SimpleNode(SimpleNode.Type type) |