Package | Description |
---|---|
org.eclipse.jdt.core.jdom |
Provides a support for Java document manipulation through the JDOM model.
|
Modifier and Type | Method and Description |
---|---|
IDOMCompilationUnit |
IDOMFactory.createCompilationUnit()
Deprecated.
Creates and return an empty JDOM.
|
IDOMCompilationUnit |
DOMFactory.createCompilationUnit()
Deprecated.
|
IDOMCompilationUnit |
IDOMFactory.createCompilationUnit(char[] sourceCode,
String name)
Deprecated.
Creates a JDOM on the given source code.
|
IDOMCompilationUnit |
DOMFactory.createCompilationUnit(char[] sourceCode,
String name)
Deprecated.
|
IDOMCompilationUnit |
IDOMFactory.createCompilationUnit(String sourceCode,
String name)
Deprecated.
Creates a JDOM on the given source code.
|
IDOMCompilationUnit |
DOMFactory.createCompilationUnit(String sourceCode,
String name)
Deprecated.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.