Package | Description |
---|---|
org.pegdown.ast |
Modifier and Type | Field and Description |
---|---|
private SimpleNode.Type |
SimpleNode.type |
Modifier and Type | Method and 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 and Description |
---|
SimpleNode(SimpleNode.Type type) |