Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.ui |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptElementLabels.getInitializerLabel(IInitializer initializer,
long flags,
java.lang.StringBuffer buf)
Appends the label for a initializer to a
StringBuffer . |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.