|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Script<T>
Interface for classes representing erlang scripts.
Field Summary | |
---|---|
static String |
NL
|
Method Summary | |
---|---|
String |
get()
Returns an evaluateable String containing the erlang script of the
implementing class. |
T |
handle(com.ericsson.otp.erlang.OtpErlangObject result)
Converts the result term of the Script execution into another
representation. |
Field Detail |
---|
static final String NL
Method Detail |
---|
String get()
String
containing the erlang script of the
implementing class.
T handle(com.ericsson.otp.erlang.OtpErlangObject result)
Script
execution into another
representation.
result
- The return term of the Script
execution.
Script
specific (converted) return value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |