Uses of Interface
org.eclipse.jet.compiler.IJETCompilerState

Packages that use IJETCompilerState
org.eclipse.jet.compiler Defines an AST for JET templates, and provides a compiler that generates an AST from a template source. 
 

Uses of IJETCompilerState in org.eclipse.jet.compiler
 

Methods in org.eclipse.jet.compiler that return IJETCompilerState
 IJETCompilerState JET2Compiler.getCompilerState()
          Returns the current compiler state
 

Constructors in org.eclipse.jet.compiler with parameters of type IJETCompilerState
JET2Compiler(org.eclipse.core.resources.IProject project, java.util.Map options, IJETCompilerState compilerState, org.eclipse.core.runtime.IProgressMonitor monitor)
          Create an instance of the JET compiler capable of incremental compilation from a saved state.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.