|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Value
Represents a value processed by the interpreted program.
Method Summary | ||
---|---|---|
|
as(java.lang.Class<T> type)
Retrieves the underlying object represented by this Value. |
Method Detail |
---|
<T> T as(java.lang.Class<T> type)
type
- is what this Value is expected to represent
java.lang.ClassCastException
- if the expectation isn't met
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |