|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.vub.at.objects.natives.NATNil
edu.vub.at.objects.natives.NATByCopy
edu.vub.at.objects.natives.grammar.NATAbstractGrammar
edu.vub.at.objects.natives.grammar.AGExpression
edu.vub.at.objects.natives.grammar.AGSplice
Field Summary | |
private ATExpression |
splExp_
|
Fields inherited from class edu.vub.at.objects.natives.NATNil |
_INSTANCE_ |
Constructor Summary | |
AGSplice(ATExpression exp)
|
Method Summary | |
ATSplice |
base_asSplice()
|
ATExpression |
base_getExpression()
|
boolean |
base_isSplice()
|
ATObject |
meta_eval(ATContext ctx)
A spliced element cannot be evaluated, but rather gives rise to an XIllegalSplice exception. |
NATText |
meta_print()
Prints out the object in a human-readable way. |
ATObject |
meta_quote(ATContext ctx)
Quoting a splice means quoting its contained expression, and returning a new splice. |
Methods inherited from class edu.vub.at.objects.natives.grammar.AGExpression |
base_asExpression, meta_getStripes |
Methods inherited from class edu.vub.at.objects.natives.NATByCopy |
meta_pass, meta_resolve |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.vub.at.objects.ATObject |
base__opeql__opeql_, base_init, base_new, meta_addField, meta_addMethod, meta_assignField, meta_assignVariable, meta_clone, meta_defineField, meta_doesNotUnderstand, meta_extend, meta_getDynamicParent, meta_getLexicalParent, meta_getStripes, meta_grabField, meta_grabMethod, meta_invoke, meta_isCloneOf, meta_isRelatedTo, meta_isStripedWith, meta_listFields, meta_listMethods, meta_lookup, meta_newInstance, meta_pass, meta_receive, meta_resolve, meta_respondsTo, meta_select, meta_send, meta_share |
Field Detail |
private final ATExpression splExp_
Constructor Detail |
public AGSplice(ATExpression exp)
Method Detail |
public ATExpression base_getExpression()
base_getExpression
in interface ATSplice
public ATObject meta_eval(ATContext ctx) throws InterpreterException
meta_eval
in interface ATObject
meta_eval
in class NATNil
InterpreterException
public ATObject meta_quote(ATContext ctx) throws InterpreterException
meta_quote
in interface ATObject
meta_quote
in class NATNil
InterpreterException
public NATText meta_print() throws InterpreterException
ATObject
meta_print
in interface ATObject
meta_print
in class NATNil
InterpreterException
public boolean base_isSplice()
base_isSplice
in interface ATConversions
base_isSplice
in class NATNil
public ATSplice base_asSplice() throws XTypeMismatch
base_asSplice
in interface ATConversions
base_asSplice
in class NATNil
XTypeMismatch
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |