|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationInfo | |
---|---|
org.netbeans.api.java.source | Permits inspection and modification of the structure of Java sources. |
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 CompilationInfo | |
---|---|
static CompilationInfo |
CompilationInfo.get(org.netbeans.modules.parsing.spi.Parser.Result result)
Returns an instance of the CompilationInfo for
given Parser.Result if it is a result
of a java parser. |
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)
|
void |
CommentCollector.collect(TokenSequence<org.netbeans.api.java.lexer.JavaTokenId> ts,
CompilationInfo ci)
|
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 . |
static List<? extends Completion> |
SourceUtils.getAttributeValueCompletions(CompilationInfo info,
Element element,
AnnotationMirror annotation,
ExecutableElement member,
String userText)
Returns a list of completions for an annotation attribute value suggested by annotation processors. |
static String |
UiUtils.getHeader(Element element,
CompilationInfo info,
String formatString)
Deprecated. Use org.netbeans.api.java.source.ui.ElementHeaders#getHeader(javax.lang.model.element.Element, org.netbeans.api.java.source.CompilationInfo, java.lang.String)
of the org.netbeans.modules.java.sourceui module |
static String |
UiUtils.getHeader(TreePath treePath,
CompilationInfo info,
String formatString)
Deprecated. Use org.netbeans.api.java.source.ui.ElementHeaders#getHeader(com.sun.source.util.TreePath, org.netbeans.api.java.source.CompilationInfo, java.lang.String)
of the org.netbeans.modules.java.sourceui module |
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. |
|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |