Package org.eclipse.jst.jsf.context.symbol

EL symbols framework.

See:
          Description

Interface Summary
IBeanInstanceSymbol An instance of a java bean Provisional API - subject to change
IBeanMethodSymbol A representation of the model object 'IBean Method Symbol'.
IBeanPropertySymbol A property of a bean Provisional API - subject to change
IBoundedJavaTypeDescriptor A representation of the model object 'IBounded Java Type Descriptor'.
IBoundedListTypeDescriptor A representation of the model object 'IBounded List Type Descriptor'.
IBoundedMapTypeDescriptor Describes a IMapTypeDescriptor for which the possible keyed values are unbounded for some set of possible value types.
IBoundedTypeDescriptor A representation of the model object 'IBounded Type Descriptor'.
IComponentSymbol A representation of the model object 'IComponent Symbol'.
IDescribedInDetail Tags a symbol that has a detailed, user-readable description Provisional API - subject to change
IInstanceSymbol A symbol that represents an instance of something, typically a variable.
IJavaSymbol Represents a symbol that has meaning within Java's context.
IJavaTypeDescriptor2 A representation of the model object 'IJava Type Descriptor2'.
IListTypeDescriptor A representation of the model object 'IList Type Descriptor'.
IMapTypeDescriptor A representation of the model object 'IMap Type Descriptor'.
IMethodSymbol A representation of the model object 'IMethod Symbol'.
IObjectSymbol A representation of the model object 'IObject Symbol'.
IPropertySymbol A representation of the model object 'IProperty Symbol'.
ISymbol An entity that represents a meaningful named value in some context.
ITypeDescriptor A generic descriptor for symbol information Provisional API - subject to change
SymbolFactory The Factory for the model.
SymbolPackage The Package for the model.
SymbolPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 

Class Summary
ERuntimeSource Enumerates the possible sources of an instance symbol at runtime.
InitializedSymbolFactory Creates purpose-built symbols and descriptors fully initialized (unlike the EMF factory that simply creates empty instances.
 

Package org.eclipse.jst.jsf.context.symbol Description

EL symbols framework.

Provisional API - subject to change