Uses of Class
org.pegdown.ast.SimpleNode.Type
-
Packages that use SimpleNode.Type Package Description org.pegdown.ast -
-
Uses of SimpleNode.Type in org.pegdown.ast
Methods in org.pegdown.ast that return SimpleNode.Type 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.Constructors in org.pegdown.ast with parameters of type SimpleNode.Type Constructor Description SimpleNode(SimpleNode.Type type)
-