fabric
Class OutputExtensionInfo.OutputScheduler

java.lang.Object
  extended by JLScheduler
      extended by fabil.frontend.FabILScheduler
          extended by fabric.OutputExtensionInfo.OutputScheduler
Enclosing class:
OutputExtensionInfo

protected static class OutputExtensionInfo.OutputScheduler
extends FabILScheduler


Field Summary
protected  Job objectJob
           
 
Fields inherited from class fabil.frontend.FabILScheduler
extInfo
 
Method Summary
 Job addJob(Source source)
           
 Job addJob(Source source, Node ast)
           
 Goal Parsed(Job job)
           
 Goal TypesInitialized(Job job)
           
 
Methods inherited from class fabil.frontend.FabILScheduler
CheckAbortRetry, ClassReferencesCollected, CodeGenerated, CollectStaticInitializers, ExpressionsFlattened, FindUpdatedVariables, FixArrayInitializerTypes, InnerClassesRemoved, InstrumentThreads, LabelsAssigned, LocationsAssigned, LoopsNormalized, Memoized, PrincipalsDelegated, ReadWriteChecked, RewriteAtomic, RewriteAtomicMethods, RewriteProxies, RewriteRemoteCalls, RewriteStoreGetters, Serialized, SignatureClean, TypeCheckedAfterFlatten, WrapInlineables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectJob

protected Job objectJob
Method Detail

addJob

public Job addJob(Source source,
                  Node ast)

addJob

public Job addJob(Source source)

TypesInitialized

public Goal TypesInitialized(Job job)
Overrides:
TypesInitialized in class FabILScheduler

Parsed

public Goal Parsed(Job job)