|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationInfo | |
---|---|
org.netbeans.api.java.source | The package name will very likely change in the future |
Uses of CompilationInfo in org.netbeans.api.java.source |
---|
Subclasses of CompilationInfo in org.netbeans.api.java.source | |
---|---|
class |
CompilationController
Class for explicit invocation of compilation phases on a java source. |
class |
WorkingCopy
XXX: extends CompilationController now, finish method delegation |
Methods in org.netbeans.api.java.source that return types with arguments of type CompilationInfo | |
---|---|
protected abstract CancellableTask<CompilationInfo> |
JavaSourceTaskFactory.createTask(FileObject file)
Create task for a given file. |
Methods in org.netbeans.api.java.source with parameters of type CompilationInfo | |
---|---|
static boolean |
SourceUtils.checkTypesAssignable(CompilationInfo info,
TypeMirror from,
TypeMirror to)
|
static TreePathHandle |
TreePathHandle.create(Element element,
CompilationInfo info)
Factory method for creating TreePathHandle . |
static TreePathHandle |
TreePathHandle.create(TreePath treePath,
CompilationInfo info)
Factory method for creating TreePathHandle . |
StatementTree |
TreeUtilities.getBreakContinueTarget(CompilationInfo info,
TreePath breakOrContinue)
Find the target of break or continue . |
static String |
UiUtils.getHeader(Element element,
CompilationInfo info,
String formatString)
example of formatString: "method " + PrintPart.NAME + PrintPart.PARAMETERS + " has return type " + PrintPart.TYPE |
static String |
UiUtils.getHeader(TreePath treePath,
CompilationInfo info,
String formatString)
example of formatString: "method " + PrintPart.NAME + PrintPart.PARAMETERS + " has return type " + PrintPart.TYPE |
static Element |
SourceUtils.getImplementationOf(CompilationInfo info,
ExecutableElement method,
TypeElement origin)
|
static TreePath |
SourceUtils.pathFor(CompilationInfo info,
Element element)
Deprecated. Use Trees.getPath(Element) instead. |
T |
TypeMirrorHandle.resolve(CompilationInfo info)
Resolves an TypeMirror from the TypeMirrorHandle . |
TreePath |
TreePathHandle.resolve(CompilationInfo compilationInfo)
Resolves an TreePath from the TreePathHandle . |
T |
ElementHandle.resolve(CompilationInfo compilationInfo)
Resolves an Element from the ElementHandle . |
Element |
TreePathHandle.resolveElement(CompilationInfo info)
Resolves an Element from the TreePathHandle . |
static String |
SourceUtils.resolveImport(CompilationInfo info,
TreePath context,
String fqn)
Resolve full qualified name in the given context. |
static Tree |
SourceUtils.treeFor(CompilationInfo info,
Element element)
Deprecated. Use Trees.getTree(Element) instead. |
|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |