Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.core.expressions.ExpressionConverter

Packages that use ExpressionConverter
org.eclipse.core.expressions Application programming interfaces for the expression language.  
 

Uses of ExpressionConverter in org.eclipse.core.expressions
 

Methods in org.eclipse.core.expressions that return ExpressionConverter
static ExpressionConverter ExpressionConverter.getDefault()
          Returns the default expression converter.
 

Methods in org.eclipse.core.expressions with parameters of type ExpressionConverter
abstract  Expression ElementHandler.create(ExpressionConverter converter, IConfigurationElement config)
          Creates the corresponding expression for the given configuration element.
protected  void ElementHandler.processChildren(ExpressionConverter converter, IConfigurationElement element, org.eclipse.core.internal.expressions.CompositeExpression expression)
          Converts the children of the given configuration element and adds them to the given composite expression.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.