|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package edu.vub.at.objects.natives.grammar |
Class edu.vub.at.objects.natives.grammar.AGApplication extends AGExpression implements Serializable |
Serialized Fields |
ATExpression funExp_
ATTable arguments_
Class edu.vub.at.objects.natives.grammar.AGAssignField extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATExpression rcvExp_
ATSymbol fieldName_
ATExpression valueExp_
Class edu.vub.at.objects.natives.grammar.AGAssignTable extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATExpression tblExp_
ATExpression idxExp_
ATExpression valExp_
Class edu.vub.at.objects.natives.grammar.AGAssignVariable extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol variableName_
ATExpression valueExp_
Class edu.vub.at.objects.natives.grammar.AGAsyncMessageCreation extends AGMessageCreation implements Serializable |
Class edu.vub.at.objects.natives.grammar.AGBegin extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATTable statements_
Class edu.vub.at.objects.natives.grammar.AGClosureLiteral extends AGExpression implements Serializable |
Serialized Fields |
ATTable arguments_
ATBegin body_
Class edu.vub.at.objects.natives.grammar.AGDefExternalField extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol rcvNam_
ATSymbol name_
ATExpression valueExp_
Class edu.vub.at.objects.natives.grammar.AGDefExternalMethod extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol rcvNam_
ATSymbol selectorExp_
ATTable argumentExps_
ATBegin bodyStmts_
Class edu.vub.at.objects.natives.grammar.AGDefField extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol name_
ATExpression valueExp_
Class edu.vub.at.objects.natives.grammar.AGDefFunction extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol selectorExp_
ATTable argumentExps_
ATBegin bodyStmts_
Class edu.vub.at.objects.natives.grammar.AGDefStripe extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol stripeName_
ATTable parentStripeExpressions_
Class edu.vub.at.objects.natives.grammar.AGDefTable extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATSymbol tblName_
ATExpression sizExp_
ATBegin initExp_
Class edu.vub.at.objects.natives.grammar.AGDelegationCreation extends AGMessageCreation implements Serializable |
Class edu.vub.at.objects.natives.grammar.AGExpression extends NATAbstractGrammar implements Serializable |
Class edu.vub.at.objects.natives.grammar.AGMessageCreation extends AGExpression implements Serializable |
Serialized Fields |
ATSymbol selector_
ATTable arguments_
Class edu.vub.at.objects.natives.grammar.AGMessageSend extends AGExpression implements Serializable |
Serialized Fields |
ATExpression rcvExp_
ATExpression message_
Class edu.vub.at.objects.natives.grammar.AGMethodInvocationCreation extends AGMessageCreation implements Serializable |
Class edu.vub.at.objects.natives.grammar.AGMultiAssignment extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATTable parameters_
ATExpression valueExp_
PartialBinder binderPartialFunction_
Class edu.vub.at.objects.natives.grammar.AGMultiDefinition extends NATAbstractGrammar implements Serializable |
Serialized Fields |
ATTable parameters_
ATExpression valueExp_
PartialBinder binderPartialFunction_
Class edu.vub.at.objects.natives.grammar.AGQuote extends AGExpression implements Serializable |
Serialized Fields |
ATStatement stmt_
Class edu.vub.at.objects.natives.grammar.AGSelection extends AGExpression implements Serializable |
Serialized Fields |
ATExpression rcvExp_
ATSymbol selector_
Class edu.vub.at.objects.natives.grammar.AGSelf extends AGSymbol implements Serializable |
Class edu.vub.at.objects.natives.grammar.AGSplice extends AGExpression implements Serializable |
Serialized Fields |
ATExpression splExp_
Class edu.vub.at.objects.natives.grammar.AGSymbol extends AGExpression implements Serializable |
Serialized Fields |
java.lang.String txt_
Class edu.vub.at.objects.natives.grammar.AGTabulation extends AGExpression implements Serializable |
Serialized Fields |
ATExpression tblExp_
ATExpression idxExp_
Class edu.vub.at.objects.natives.grammar.AGUnquote extends AGExpression implements Serializable |
Serialized Fields |
ATExpression unqExp_
Class edu.vub.at.objects.natives.grammar.AGUnquoteSplice extends AGExpression implements Serializable |
Serialized Fields |
ATExpression uqsExp_
Class edu.vub.at.objects.natives.grammar.NATAbstractGrammar extends NATByCopy implements Serializable |
Package edu.vub.at.objects.mirrors |
Class edu.vub.at.objects.mirrors.NATIntercessiveMirror extends NATObject implements Serializable |
Serialized Fields |
NATMirage principal_
Class edu.vub.at.objects.mirrors.NATIntrospectiveMirror extends NATByRef implements Serializable |
Serialized Fields |
ATObject principal_
Class edu.vub.at.objects.mirrors.NativeAnonymousMethod extends NATByRef implements Serializable |
Serialized Fields |
java.lang.Class creatorClass_
Class edu.vub.at.objects.mirrors.NativeClosure extends NATClosure implements Serializable |
Serialized Fields |
ATObject scope_
Class edu.vub.at.objects.mirrors.NativeField extends NATByRef implements Serializable |
Serialized Fields |
ATSymbol name_
ATObject host_
java.lang.reflect.Method accessor_
java.lang.reflect.Method mutator_
Class edu.vub.at.objects.mirrors.NativeMethod extends NATByRef implements Serializable |
Serialized Fields |
java.lang.reflect.Method javaMethod_
ATSymbol name_
Class edu.vub.at.objects.mirrors.NATMirage extends NATObject implements Serializable |
Serialized Fields |
NATIntercessiveMirror mirror_
Class edu.vub.at.objects.mirrors.OBJMirrorRoot extends NATByCopy implements Serializable |
Class edu.vub.at.objects.mirrors.PrimitiveMethod extends NATByCopy implements Serializable |
Serialized Fields |
ATSymbol name_
ATTable formals_
Package edu.vub.at.objects.natives |
Class edu.vub.at.objects.natives.FieldMap extends java.lang.Object implements Serializable |
Serialized Fields |
ATSymbol[] varNames_
int free_
FieldMap origin_
Class edu.vub.at.objects.natives.MethodDictionary extends java.lang.Object implements Serializable |
Serialized Fields |
MethodDictionary parent_
java.util.HashMap methods_
Class edu.vub.at.objects.natives.NATBoolean extends NATByCopy implements Serializable |
Serialized Fields |
boolean javaValue
Class edu.vub.at.objects.natives.NATBoolean.NATFalse extends NATBoolean implements Serializable |
Class edu.vub.at.objects.natives.NATBoolean.NATTrue extends NATBoolean implements Serializable |
Class edu.vub.at.objects.natives.NATByCopy extends NATNil implements Serializable |
Class edu.vub.at.objects.natives.NATByRef extends NATNil implements Serializable |
Class edu.vub.at.objects.natives.NATCallframe extends NATByRef implements Serializable |
Serialized Fields |
FieldMap variableMap_
java.util.Vector stateVector_
java.util.LinkedList customFields_
Class edu.vub.at.objects.natives.NATClosure extends NATByRef implements Serializable |
Serialized Fields |
ATMethod method_
ATContext context_
Class edu.vub.at.objects.natives.NATClosureMethod extends NATByRef implements Serializable |
Serialized Fields |
ATObject lexicalScope_
ATMethod method_
Class edu.vub.at.objects.natives.NATContext extends NATByCopy implements Serializable |
Serialized Fields |
ATObject scope_
ATObject self_
Class edu.vub.at.objects.natives.NATDelegation extends NATMessage implements Serializable |
Class edu.vub.at.objects.natives.NATException extends NATByCopy implements Serializable |
Serialized Fields |
InterpreterException wrappedException_
Class edu.vub.at.objects.natives.NATField extends NATByRef implements Serializable |
Serialized Fields |
ATSymbol name_
NATCallframe frame_
Class edu.vub.at.objects.natives.NATFraction extends NATNumeric implements Serializable |
Serialized Fields |
double javaValue
Class edu.vub.at.objects.natives.NATHandler extends NATByRef implements Serializable |
Serialized Fields |
ATStripe filter_
ATClosure handler_
Class edu.vub.at.objects.natives.NATMessage extends NATObject implements Serializable |
Class edu.vub.at.objects.natives.NATMethod extends NATByCopy implements Serializable |
Serialized Fields |
ATSymbol name_
ATTable parameters_
ATBegin body_
PartialBinder parameterBindingFunction_
Class edu.vub.at.objects.natives.NATMethodInvocation extends NATMessage implements Serializable |
Class edu.vub.at.objects.natives.NATNamespace extends NATObject implements Serializable |
Serialized Fields |
java.io.File path_
java.lang.String name_
Class edu.vub.at.objects.natives.NATNil extends java.lang.Object implements Serializable |
Serialization Methods |
public java.lang.Object readResolve() throws java.io.ObjectStreamException
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
Class edu.vub.at.objects.natives.NATNumber extends NATNumeric implements Serializable |
Serialized Fields |
int javaValue
Class edu.vub.at.objects.natives.NATNumeric extends AGExpression implements Serializable |
Class edu.vub.at.objects.natives.NATObject extends NATCallframe implements Serializable |
Serialized Fields |
byte flags_
MethodDictionary methodDictionary_
ATStripe[] stripes_
Class edu.vub.at.objects.natives.NATStripe extends NATByCopy implements Serializable |
Serialized Fields |
ATSymbol stripeName_
ATTable parentStripes_
Class edu.vub.at.objects.natives.NATStripe.OBJRootStripe extends NATStripe implements Serializable |
Class edu.vub.at.objects.natives.NATTable extends AGExpression implements Serializable |
Serialized Fields |
ATObject[] elements_
Class edu.vub.at.objects.natives.NATText extends AGExpression implements Serializable |
Serialized Fields |
java.lang.String javaValue
Class edu.vub.at.objects.natives.OBJLexicalRoot extends NATByCopy implements Serializable |
Class edu.vub.at.objects.natives.OBJSystem extends NATByCopy implements Serializable |
Serialized Fields |
NATTable argv_
Package edu.vub.at.objects.symbiosis |
Class edu.vub.at.objects.symbiosis.JavaClass extends NATObject implements Serializable |
Serialized Fields |
java.lang.Class wrappedClass_
Class edu.vub.at.objects.symbiosis.JavaClosure extends NATClosure implements Serializable |
Serialized Fields |
ATObject scope_
Class edu.vub.at.objects.symbiosis.JavaField extends NATByRef implements Serializable |
Serialized Fields |
java.lang.Object host_
java.lang.reflect.Field field_
Class edu.vub.at.objects.symbiosis.JavaMethod extends NATByRef implements Serializable |
Serialized Fields |
java.lang.reflect.Method[] choices_
Class edu.vub.at.objects.symbiosis.JavaObject extends NATObject implements Serializable |
Serialized Fields |
java.lang.Object wrappedObject_
Class edu.vub.at.objects.symbiosis.JavaPackage extends NATObject implements Serializable |
Serialized Fields |
java.lang.String path_
Class edu.vub.at.objects.symbiosis.XJavaException extends InterpreterException implements Serializable |
serialVersionUID: 328306238980169679l
Serialized Fields |
java.lang.Throwable wrappedJavaException_
Package edu.vub.at.actors.net |
Class edu.vub.at.actors.net.OBJNetwork extends NATByCopy implements Serializable |
Package edu.vub.at.actors.net.cmd |
Class edu.vub.at.actors.net.cmd.CMDHandshake extends VMCommand implements Serializable |
Serialized Fields |
GUID senderVMId_
Class edu.vub.at.actors.net.cmd.CMDInitRequireServices extends VMCommand implements Serializable |
Serialized Fields |
java.util.Set topics_
Class edu.vub.at.actors.net.cmd.CMDJoinServices extends VMCommand implements Serializable |
Serialized Fields |
MultiMap providedServices_
Class edu.vub.at.actors.net.cmd.CMDProvideService extends VMCommand implements Serializable |
Serialized Fields |
Packet serializedTopic_
Packet serializedService_
Class edu.vub.at.actors.net.cmd.CMDRequireService extends VMCommand implements Serializable |
Serialized Fields |
Packet serializedTopic_
Class edu.vub.at.actors.net.cmd.CMDTransmitATMessage extends VMCommand implements Serializable |
Serialized Fields |
Packet serializedATMessage_
int destinationActorId_
Class edu.vub.at.actors.net.cmd.VMCommand extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String description_
Package edu.vub.at.actors.id |
Class edu.vub.at.actors.id.ATObjectID extends java.lang.Object implements Serializable |
serialVersionUID: -2108704271907943887l
Serialized Fields |
GUID virtualMachineId_
int actorId_
int objectId_
Class edu.vub.at.actors.id.GUID extends java.lang.Object implements Serializable |
serialVersionUID: -1876309467164128162l
Serialized Fields |
java.lang.String guid_
Package edu.vub.at.exceptions |
Class edu.vub.at.exceptions.InterpreterException extends java.lang.Exception implements Serializable |
serialVersionUID: 511962997881825680l
Serialized Fields |
InvocationStack runtimeStack_
Class edu.vub.at.exceptions.XArityMismatch extends InterpreterException implements Serializable |
serialVersionUID: 8846227011775592188l
Class edu.vub.at.exceptions.XClassNotFound extends InterpreterException implements Serializable |
serialVersionUID: 131014866438710913l
Class edu.vub.at.exceptions.XDuplicateSlot extends InterpreterException implements Serializable |
serialVersionUID: -1256829498207088803l
Serialized Fields |
byte slotType_
ATSymbol slotName_
Class edu.vub.at.exceptions.XIllegalApplication extends InterpreterException implements Serializable |
serialVersionUID: 1754890282401843233l
Serialized Fields |
java.lang.Class nativeImplementor_
Class edu.vub.at.exceptions.XIllegalArgument extends InterpreterException implements Serializable |
serialVersionUID: -192095892552458214l
Class edu.vub.at.exceptions.XIllegalIndex extends InterpreterException implements Serializable |
serialVersionUID: 2358853871410563584l
Class edu.vub.at.exceptions.XIllegalOperation extends InterpreterException implements Serializable |
serialVersionUID: -6486826773203553716l
Class edu.vub.at.exceptions.XIllegalParameter extends InterpreterException implements Serializable |
serialVersionUID: -8300108453776535995l
Class edu.vub.at.exceptions.XIllegalQuote extends InterpreterException implements Serializable |
serialVersionUID: -1407445555815270192l
Class edu.vub.at.exceptions.XIllegalSplice extends InterpreterException implements Serializable |
serialVersionUID: -1363939697987417869l
Serialized Fields |
ATExpression spliceExpression_
Class edu.vub.at.exceptions.XIllegalUnquote extends InterpreterException implements Serializable |
serialVersionUID: -396801039714856213l
Serialized Fields |
ATExpression unquotation_
Class edu.vub.at.exceptions.XImportConflict extends InterpreterException implements Serializable |
Serialized Fields |
ATSymbol[] conflictingNames_
Class edu.vub.at.exceptions.XIndexOutOfBounds extends InterpreterException implements Serializable |
serialVersionUID: 6549583509969990663l
Class edu.vub.at.exceptions.XIOProblem extends InterpreterException implements Serializable |
serialVersionUID: -2356169455943359670l
Class edu.vub.at.exceptions.XNotInstantiatable extends InterpreterException implements Serializable |
serialVersionUID: -300947695107039019l
Class edu.vub.at.exceptions.XParseError extends InterpreterException implements Serializable |
serialVersionUID: 3910243526236096495l
Serialized Fields |
java.io.InputStream erroneousCode_
java.lang.String fileName_
int line_
int column_
Class edu.vub.at.exceptions.XReflectionFailure extends InterpreterException implements Serializable |
serialVersionUID: 4082945147643295718l
Class edu.vub.at.exceptions.XSelectorNotFound extends InterpreterException implements Serializable |
serialVersionUID: -9186247764999498158l
Serialized Fields |
ATSymbol selector_
ATObject inObject_
Class edu.vub.at.exceptions.XSymbiosisFailure extends InterpreterException implements Serializable |
serialVersionUID: -4161446826939837849l
Serialized Fields |
java.lang.String message_
Class edu.vub.at.exceptions.XTypeMismatch extends InterpreterException implements Serializable |
serialVersionUID: -3135452124227872807l
Serialized Fields |
ATObject failedObject_
java.lang.Class expectedType_
Class edu.vub.at.exceptions.XUnassignableField extends InterpreterException implements Serializable |
serialVersionUID: 2259235392369197805l
Class edu.vub.at.exceptions.XUndefinedField extends InterpreterException implements Serializable |
serialVersionUID: -219804926254934101l
Class edu.vub.at.exceptions.XUserDefined extends InterpreterException implements Serializable |
serialVersionUID: -2859841280138142649l
Serialized Fields |
ATObject customException_
Package edu.vub.at.exceptions.signals |
Class edu.vub.at.exceptions.signals.Signal extends java.lang.RuntimeException implements Serializable |
Class edu.vub.at.exceptions.signals.SignalEscape extends Signal implements Serializable |
serialVersionUID: -4808396148074816408l
Serialized Fields |
ATClosure originatingBlock
ATObject returnedValue
Package edu.vub.at.eval |
Class edu.vub.at.eval.InvocationStack extends java.lang.Object implements Serializable |
Serialized Fields |
java.util.Stack invocationStack_
Class edu.vub.at.eval.PartialBinder extends java.lang.Object implements Serializable |
Package edu.vub.at.actors.natives |
Class edu.vub.at.actors.natives.NATActorMirror extends NATByRef implements Serializable |
Serialized Fields |
ELDiscoveryActor discoveryActor_
Class edu.vub.at.actors.natives.NATActorMirror.NATProtocol extends NATObject implements Serializable |
Class edu.vub.at.actors.natives.NATActorMirror.NATPublication extends NATObject implements Serializable |
Class edu.vub.at.actors.natives.NATActorMirror.NATSubscription extends NATObject implements Serializable |
Class edu.vub.at.actors.natives.NATAsyncMessage extends NATMessage implements Serializable |
Class edu.vub.at.actors.natives.NATFarReference extends NATByCopy implements Serializable |
Serialized Fields |
ATObjectID objectId_
ATStripe[] stripes_
Class edu.vub.at.actors.natives.NATFarReference.NATDisconnectionSubscription extends NATObject implements Serializable |
Class edu.vub.at.actors.natives.NATFarReference.NATReconnectionSubscription extends NATObject implements Serializable |
Class edu.vub.at.actors.natives.NATLocalFarRef extends NATFarReference implements Serializable |
Class edu.vub.at.actors.natives.NATRemoteFarRef extends NATFarReference implements Serializable |
Class edu.vub.at.actors.natives.Packet extends java.lang.Object implements Serializable |
Serialized Fields |
byte[] payload_
java.lang.String description_
Package edu.vub.at.actors.eventloops |
Class edu.vub.at.actors.eventloops.Event extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String description_
Class edu.vub.at.actors.eventloops.FutureEvent extends Event implements Serializable |
Serialized Fields |
Future future_
Package edu.vub.util |
Class edu.vub.util.MultiMap extends java.lang.Object implements Serializable |
serialVersionUID: -7040809979612963953l
Serialized Fields |
java.util.Map internal_
Class edu.vub.at.parser.NATParser extends NATByCopy implements Serializable |
Class edu.vub.at.OBJUnit extends NATNil implements Serializable |
Serialized Fields |
ATContext ctx_
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |