Uses of Class
org.eclipse.jet.core.expressions.EmbeddedExpressionFactory

Packages that use EmbeddedExpressionFactory
org.eclipse.jet Defines core interfaces for executing JET transformations and templates. 
org.eclipse.jet.core.expressions   
 

Uses of EmbeddedExpressionFactory in org.eclipse.jet
 

Methods in org.eclipse.jet that return EmbeddedExpressionFactory
 EmbeddedExpressionFactory JET2Context.getExpressionFactory()
          Return the expression factory for parsing embedded expressions withing strings.
 

Uses of EmbeddedExpressionFactory in org.eclipse.jet.core.expressions
 

Methods in org.eclipse.jet.core.expressions that return EmbeddedExpressionFactory
static EmbeddedExpressionFactory EmbeddedExpressionFactory.newInstance()
          Factory method for an embedded expression factory.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.