Uses of Interface
org.eclipse.jst.jsf.context.symbol.IObjectSymbol

Packages that use IObjectSymbol
org.eclipse.jst.jsf.context.symbol EL symbols framework. 
org.eclipse.jst.jsf.designtime.el JSF Design Time EL Resolvers. 
org.eclipse.jst.jsf.designtime.resolver Model Context Resolvers for EL symbols. 
 

Uses of IObjectSymbol in org.eclipse.jst.jsf.context.symbol
 

Subinterfaces of IObjectSymbol in org.eclipse.jst.jsf.context.symbol
 interface IBeanInstanceSymbol
          An instance of a java bean Provisional API - subject to change
 interface IBeanPropertySymbol
          A property of a bean Provisional API - subject to change
 interface IComponentSymbol
          A representation of the model object 'IComponent Symbol'.
 interface IInstanceSymbol
          A symbol that represents an instance of something, typically a variable.
 interface IPropertySymbol
          A representation of the model object 'IProperty Symbol'.
 

Methods in org.eclipse.jst.jsf.context.symbol that return IObjectSymbol
 IObjectSymbol ITypeDescriptor.getArrayElement()
           
 

Uses of IObjectSymbol in org.eclipse.jst.jsf.designtime.el
 

Methods in org.eclipse.jst.jsf.designtime.el with parameters of type IObjectSymbol
 IMethodSymbol DefaultDTMethodResolver.getMethod(IObjectSymbol base, java.lang.Object methodId)
          Returns a symbol encapsulating the method on base with the name methodId
abstract  IMethodSymbol AbstractDTMethodResolver.getMethod(IObjectSymbol base, java.lang.Object methodId)
          Returns a symbol encapsulating the method on base with the name methodId
 ISymbol[] DefaultDTMethodResolver.getMethods(IObjectSymbol base)
           
abstract  ISymbol[] AbstractDTMethodResolver.getMethods(IObjectSymbol base)
           
 

Uses of IObjectSymbol in org.eclipse.jst.jsf.designtime.resolver
 

Methods in org.eclipse.jst.jsf.designtime.resolver with parameters of type IObjectSymbol
abstract  IMethodSymbol AbstractSymbolContextResolver.getMethod(IObjectSymbol base, java.lang.Object methodName)
           
 IMethodSymbol ISymbolContextResolver.getMethod(IObjectSymbol base, java.lang.Object methodName)
           
abstract  ISymbol[] AbstractSymbolContextResolver.getMethods(IObjectSymbol base)
           
 ISymbol[] ISymbolContextResolver.getMethods(IObjectSymbol base)