|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NATTable | |
edu.vub.at.actors | |
edu.vub.at.eval | |
edu.vub.at.objects.coercion | |
edu.vub.at.objects.natives | |
edu.vub.at.objects.natives.grammar |
Uses of NATTable in edu.vub.at.actors |
Methods in edu.vub.at.actors with parameters of type NATTable | |
ATNil |
ATObservable.base_fire_withArgs_(ATSymbol event,
NATTable arguments)
Fires an event with the given arguments. |
Uses of NATTable in edu.vub.at.eval |
Fields in edu.vub.at.eval declared as NATTable | |
static NATTable |
Evaluator._ANON_MTH_ARGS_
|
Methods in edu.vub.at.eval that return NATTable | |
static NATTable |
Evaluator.evaluateArguments(NATTable args,
ATContext ctx)
This function is called whenever arguments to a function, message, method need to be evaluated. |
static NATTable |
Evaluator.evalMandatoryPars(ATTable formals,
ATContext ctx)
Given a formal parameter list, this auxiliary method returns a new table consisting of the values of the bindings of the mandatory parameters of formals within the context ctx. |
Methods in edu.vub.at.eval with parameters of type NATTable | |
static NATText |
Evaluator.printElements(NATTable tab,
java.lang.String start,
java.lang.String sep,
java.lang.String stop)
Auxiliary function used to print the elements of a table using various separators. |
static NATTable |
Evaluator.evaluateArguments(NATTable args,
ATContext ctx)
This function is called whenever arguments to a function, message, method need to be evaluated. |
Uses of NATTable in edu.vub.at.objects.coercion |
Methods in edu.vub.at.objects.coercion that return NATTable | |
NATTable |
ATConversions.asNativeTable()
|
Uses of NATTable in edu.vub.at.objects.natives |
Fields in edu.vub.at.objects.natives declared as NATTable | |
private NATTable |
OBJSystem.argv_
|
static NATTable |
NATTable.EMPTY
|
Methods in edu.vub.at.objects.natives that return NATTable | |
static NATTable |
NATTable.atValue(ATObject[] array)
Table factory method. |
static NATTable |
NATTable.of(ATObject one)
|
static NATTable |
NATTable.of(ATObject one,
ATObject two)
|
static NATTable |
NATTable.of(ATObject one,
ATObject two,
ATObject three)
|
NATTable |
NATTable.asNativeTable()
|
NATTable |
NATNil.asNativeTable()
|
Uses of NATTable in edu.vub.at.objects.natives.grammar |
Methods in edu.vub.at.objects.natives.grammar with parameters of type NATTable | |
private NATMethod |
TestParameterBinding.makeTestMethod(java.lang.String nam,
NATTable pars)
Given a name and parameters, returns a method def name(parameters) { nil } |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |