|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.vub.at.actors.natives.SharedActorField
edu.vub.at.objects.natives.SAFSystem
SAFSystem initialises the "system" field with an object which provides access to the input and output streams of IAT.
Field Summary | |
private static AGSymbol |
_SYSTEM_SYM_
|
private java.lang.String[] |
commandLineArguments_
|
Fields inherited from class edu.vub.at.actors.natives.SharedActorField |
|
Constructor Summary | |
SAFSystem(java.lang.String[] commandLineArguments)
|
Method Summary | |
ATObject |
initialize()
Hook to be overridden in order to initialize the field which should be installed in every actor's lexical root object. |
Methods inherited from class edu.vub.at.actors.natives.SharedActorField |
getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final AGSymbol _SYSTEM_SYM_
private final java.lang.String[] commandLineArguments_
Constructor Detail |
public SAFSystem(java.lang.String[] commandLineArguments)
Method Detail |
public ATObject initialize() throws InterpreterException
SharedActorField
initialize
in class SharedActorField
InterpreterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |