|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalCompiler.ErrorExpression | |
org.openide.compiler | Different compiler implementations may be plugged into the IDE to build files from source. |
Uses of ExternalCompiler.ErrorExpression in org.openide.compiler |
Fields in org.openide.compiler declared as ExternalCompiler.ErrorExpression | |
static ExternalCompiler.ErrorExpression |
ExternalCompiler.JAVAC
Error parsing for Sun's Javac. |
static ExternalCompiler.ErrorExpression |
ExternalCompiler.JVC
Error parsing for Microsoft's JVC. |
static ExternalCompiler.ErrorExpression |
ExternalCompiler.JIKES
Error parsing for IBM's Jikes (with the +E switch). |
Methods in org.openide.compiler that return ExternalCompiler.ErrorExpression | |
ExternalCompiler.ErrorExpression |
ExternalCompilerType.getErrorExpression()
Getter for current error expression. |
ExternalCompiler.ErrorExpression |
ExternalCompiler.getErrorExpression()
Get the error expression used to parse error output from this compiler. |
Methods in org.openide.compiler with parameters of type ExternalCompiler.ErrorExpression | |
void |
ExternalCompilerType.setErrorExpression(ExternalCompiler.ErrorExpression ee)
Changes error expression. |
protected void |
ExternalCompilerGroup.parseErrors(ExternalCompiler.ErrorExpression err,
Reader parsedReader)
Parses a compiler errors described by err from parsedReader |
Constructors in org.openide.compiler with parameters of type ExternalCompiler.ErrorExpression | |
ExternalCompiler(FileObject fo,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler. |
|
ExternalCompiler(CompilerJob job,
FileObject fo,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler. |
|
ExternalCompiler(Compiler[] dependencies,
FileObject fo,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler with dependencies. |
|
ExternalCompiler(File file,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler for a given java.io.File. |
|
ExternalCompiler(FileSystem fs,
String resourceName,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler for an object in repository that still does not exists. |
|
ExternalCompiler(String resourceName,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler for an object in repository need not exist in present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |