| java.lang.Object org.netbeans.modules.gsfret.source.SourceAccessor
SourceAccessor | abstract public class SourceAccessor (Code) | | This class is based on JavaSourceAccessor in Retouche
This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: tom |
Field Summary | |
public static int | dummy |
dummy | public static int dummy(Code) | | |
getCurrentCompilationInfo | abstract public CompilationInfo getCurrentCompilationInfo(Source js, Phase phase) throws IOException(Code) | | Returns a cached compilation info when available or null
Parameters: js - JavaSource which should be returned Parameters: phase - to which the compilation info should be movedCan be called only from the dispatch thread! CompilationInfo or null |
isDispatchThread | abstract public boolean isDispatchThread()(Code) | | Returns true when the caller is a
JavaSource worker thread
boolean |
isParserLocked | abstract public boolean isParserLocked()(Code) | | For check confinement.
|
lockParser | abstract public void lockParser()(Code) | | Expert: Locks java compiler. Private API for indentation engine only!
|
unlockParser | abstract public void unlockParser()(Code) | | Expert: Unlocks java compiler. Private API for indentation engine only!
|
|
|