polyglot.ext.param
Class ExtensionInfo

java.lang.Object
  extended bypolyglot.frontend.AbstractExtensionInfo
      extended bypolyglot.ext.jl.ExtensionInfo
          extended bypolyglot.ext.param.ExtensionInfo
All Implemented Interfaces:
ExtensionInfo
Direct Known Subclasses:
ExtensionInfo

public abstract class ExtensionInfo
extends ExtensionInfo

Param is an abstract extension implementing functionality for parameterized types.


Field Summary
 
Fields inherited from class polyglot.frontend.AbstractExtensionInfo
compiler, COMPLETED_JOB, currentJob, jobs, nf, source_loader, stats, target_factory, ts, worklist
 
Constructor Summary
ExtensionInfo()
           
 
Methods inherited from class polyglot.ext.jl.ExtensionInfo
compilerName, createNodeFactory, createTypeSystem, defaultFileExtension, initTypeSystem, jobExt, parser, passes, version
 
Methods inherited from class polyglot.frontend.AbstractExtensionInfo
addDependencyToCurrentJob, addJob, addJob, afterPass, afterPass, beforePass, beforePass, compiler, createJob, createOptions, createSourceJob, defaultFileExtensions, enforceInvariants, fileExtensions, getOptions, getStats, initCompiler, nodeFactory, passes, readSource, removePass, replacePass, replacePass, runAllPasses, runPass, runToCompletion, runToPass, runToPass, selectJobFromWorklist, sourceLoader, spawnJob, targetFactory, toString, typeSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionInfo

public ExtensionInfo()