|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICastToType
Provides the ability to cast a variable to the given type.
Method Summary | |
---|---|
boolean |
canCast()
Returns whether this element can currently be casted. |
void |
cast(java.lang.String type)
Performs the casting to the given type. |
java.lang.String |
getCurrentType()
Returns the string presentation of the current type. |
boolean |
isCasted()
Returns whether this element is casted. |
void |
restoreOriginal()
Restores the original type. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
boolean canCast()
java.lang.String getCurrentType()
void cast(java.lang.String type) throws org.eclipse.debug.core.DebugException
type
- a type to cast to.
org.eclipse.debug.core.DebugException
void restoreOriginal() throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
boolean isCasted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |