Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.ast.stmt |
Modifier and Type | Method | Description |
---|---|---|
Node.Parsedness |
Node.getParsed() |
|
static Node.Parsedness |
Node.Parsedness.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Node.Parsedness[] |
Node.Parsedness.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Node |
Node.setParsed(Node.Parsedness parsed) |
Used by the parser to flag unparsable nodes.
|
Modifier and Type | Method | Description |
---|---|---|
Node.Parsedness |
UnparsableStmt.getParsed() |
Copyright © 2007–2019. All rights reserved.