|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInstanceSymbol
A symbol that represents an instance of something, typically a variable.
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 | |
---|---|
ERuntimeSource |
getRuntimeSource()
Returns the value of the 'Runtime Source' attribute. |
ITypeDescriptor |
getTypeDescriptor()
Returns the value of the 'Type Descriptor' reference |
boolean |
isTypeResolved()
Returns the value of the 'Type Resolved' attribute |
void |
setRuntimeSource(ERuntimeSource value)
Sets the value of the ' Runtime Source ' attribute |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.IObjectSymbol |
---|
call, coerce, isReadable, isWritable, setReadable, setTypeDescriptor, setWritable, supportsCoercion |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
getName, setName |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ITypeDescriptor getTypeDescriptor()
IObjectSymbol
If the meaning of the 'Type Descriptor' reference isn't clear, there really should be more of a description here...
getTypeDescriptor
in interface IObjectSymbol
IObjectSymbol.setTypeDescriptor(ITypeDescriptor)
,
SymbolPackage.getIObjectSymbol_TypeDescriptor()
boolean isTypeResolved()
If the meaning of the 'Type Resolved' attribute isn't clear, there really should be more of a description here...
SymbolPackage.getIInstanceSymbol_TypeResolved()
ERuntimeSource getRuntimeSource()
"TAG_INSTANTIATED_SYMBOL"
.
The literals are from the enumeration ERuntimeSource
.
If the meaning of the 'Runtime Source' attribute isn't clear, there really should be more of a description here...
ERuntimeSource
,
setRuntimeSource(ERuntimeSource)
,
SymbolPackage.getIInstanceSymbol_RuntimeSource()
void setRuntimeSource(ERuntimeSource value)
Runtime Source
' attribute.
value
- the new value of the 'Runtime Source' attribute.ERuntimeSource
,
getRuntimeSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |