|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jack.plugin.RunnableWithError jack.plugin.Generator
This class loads and links a JML file.
Field Summary | |
static java.lang.String |
ECLIPSE_RESOURCE_KEY
The key that is used for storing the eclipse resource corresponding to the jml file. |
static java.lang.String |
PROBLEM_MARKER_TYPE
The type of markers that are used by Jack. |
Constructor Summary | |
Generator(org.eclipse.jdt.core.ICompilationUnit c,
java.lang.String task)
|
|
Generator(java.util.Iterator compilation_units)
Create a new Generator allowing to load and link given compilation units. |
Method Summary | |
boolean |
loadDefaultClasses()
Loads the default classes. |
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
Loads, links and type checks the given compilation units then call the coreRun method. |
Methods inherited from class jack.plugin.RunnableWithError |
getErrorDescription, getErrorDetails, hasDetails, hasSucceeded |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ECLIPSE_RESOURCE_KEY
public static final java.lang.String PROBLEM_MARKER_TYPE
Constructor Detail |
public Generator(java.util.Iterator compilation_units)
compilation_units
- the compilations units that have to loaded and linked.public Generator(org.eclipse.jdt.core.ICompilationUnit c, java.lang.String task)
Method Detail |
public boolean loadDefaultClasses()
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
run
in interface org.eclipse.jface.operation.IRunnableWithProgress
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |