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

Packages that use IMethodSymbol
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 IMethodSymbol in org.eclipse.jst.jsf.context.symbol
 

Subinterfaces of IMethodSymbol in org.eclipse.jst.jsf.context.symbol
 interface IBeanMethodSymbol
          A representation of the model object 'IBean Method Symbol'.
 

Methods in org.eclipse.jst.jsf.context.symbol that return IMethodSymbol
 IMethodSymbol SymbolFactory.createIMethodSymbol()
          Returns a new object of class 'IMethod Symbol'
 

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

Methods in org.eclipse.jst.jsf.designtime.el that return IMethodSymbol
 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
 

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

Methods in org.eclipse.jst.jsf.designtime.resolver that return IMethodSymbol
 IMethodSymbol ISymbolContextResolver.getMethod(IObjectSymbol base, java.lang.Object methodName)
           
 IMethodSymbol CachingSymbolContextResolver.getMethod(IObjectSymbol base, java.lang.Object methodName)
           
abstract  IMethodSymbol AbstractSymbolContextResolver.getMethod(IObjectSymbol base, java.lang.Object methodName)