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