Package | Description |
---|---|
sk.stuba.fiit.perconik.core.java.dom |
Java DOM core extension to the Eclipse JDT.
|
sk.stuba.fiit.perconik.core.java.dom.compatibility |
Java DOM compatibility extension to the Eclipse JDT.
|
sk.stuba.fiit.perconik.eclipse.jdt.core.dom |
Extension to the
org.eclipse.jdt.core.dom package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
Nodes.copyOf(N node,
TreeApiLevel level) |
static org.eclipse.jdt.core.dom.ASTParser |
TreeParsers.newParser(TreeApiLevel level) |
static org.eclipse.jdt.core.dom.AST |
Nodes.newTree(TreeApiLevel level) |
static org.eclipse.jdt.core.dom.ASTNode |
TreeParsers.parse(org.eclipse.jdt.core.ICompilationUnit source,
TreeApiLevel level,
boolean resolveBindings) |
static org.eclipse.jdt.core.dom.ASTNode |
TreeParsers.parse(java.nio.file.Path path,
java.nio.charset.Charset charset,
TreeApiLevel level) |
static org.eclipse.jdt.core.dom.ASTNode |
TreeParsers.parse(java.lang.String source,
TreeApiLevel level) |
Modifier and Type | Method and Description |
---|---|
static TreeFactory |
TreeCompatibility.getTreeFactory(TreeApiLevel level) |
Modifier and Type | Method and Description |
---|---|
static TreeApiLevel |
TreeApiLevel.latest() |
static TreeApiLevel |
TreeApiLevel.valueOf(org.eclipse.jdt.core.dom.AST tree) |
static TreeApiLevel |
TreeApiLevel.valueOf(org.eclipse.jdt.core.dom.ASTNode node) |
static TreeApiLevel |
TreeApiLevel.valueOf(int value) |
static TreeApiLevel |
TreeApiLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeApiLevel[] |
TreeApiLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|