|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaSymbol
Represents a symbol that has meaning within Java's context. This may be the name of a type, an instance, method etc.
Provisional API - subject to change
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
EMPTY_SYMBOL_ARRAY |
Method Summary | |
---|---|
org.eclipse.jdt.core.IJavaElement |
getJavaElement()
A IJavaElement may not exist for a symbol if it is synthetic at design time but will be bound to a Java symbol at runtime. |
void |
setJavaElement(org.eclipse.jdt.core.IJavaElement value)
Sets the value of the ' Java Element ' attribute |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.jdt.core.IJavaElement getJavaElement()
void setJavaElement(org.eclipse.jdt.core.IJavaElement value)
Java Element
' attribute.
value
- the new value of the 'Java Element' attribute.getJavaElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |