Uses of Interface
org.eclipse.wst.jsdt.core.IInitializer

Packages that use IInitializer
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui   
 

Uses of IInitializer in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return IInitializer
 IInitializer IType.getInitializer(int occurrenceCount)
          Returns the initializer with the specified position relative to the order they are defined in the source.
 IInitializer[] IType.getInitializers()
          Returns the initializers declared by this type.
 

Uses of IInitializer in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui with parameters of type IInitializer
static void JavaScriptElementLabels.getInitializerLabel(IInitializer initializer, long flags, java.lang.StringBuffer buf)
          Appends the label for a initializer to a StringBuffer.