org.netbeans.api.java.source
public abstract class JavaParserResultTask<T extends org.netbeans.modules.parsing.spi.Parser.Result> extends org.netbeans.modules.parsing.spi.ParserResultTask<T>
ParserResultTask
. In addition to the
ParserResultTask
it adds a support for javac phases.JavaSource
Modifier | Constructor and Description |
---|---|
protected |
JavaParserResultTask(JavaSource.Phase phase)
Creates a new JavaParserResultTask
|
Modifier and Type | Method and Description |
---|---|
JavaSource.Phase |
getPhase()
Returns the phase needed by task.
|
protected JavaParserResultTask(@NonNull JavaSource.Phase phase)
phase
- needed by the task.@NonNull public final JavaSource.Phase getPhase()
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.