edu.vub.at.objects
Interface ATBoolean

All Superinterfaces:
ATConversions, ATObject
All Known Implementing Classes:
NATBoolean

public interface ATBoolean
extends ATObject

The ATBoolean interface is the public interface to a boolean object.

Author:
smostinc, tvcutsem

Method Summary
 ATBoolean base__opamp_(ATBoolean other)
           
 ATBoolean base__oppls_(ATBoolean other)
           
 ATBoolean base_and_(ATClosure other)
           
 ATObject base_ifFalse_(ATClosure alt)
           
 ATObject base_ifTrue_(ATClosure cons)
           
 ATObject base_ifTrue_ifFalse_(ATClosure cons, ATClosure alt)
           
 ATBoolean base_not()
           
 ATBoolean base_or_(ATClosure other)
           
 
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_eval, 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_print, meta_quote, meta_receive, meta_resolve, meta_respondsTo, meta_select, meta_send, meta_share
 
Methods inherited from interface edu.vub.at.objects.coercion.ATConversions
asAmbientTalkObject, asJavaClassUnderSymbiosis, asJavaObjectUnderSymbiosis, asNativeBoolean, asNativeException, asNativeFarReference, asNativeFraction, asNativeNumber, asNativeNumeric, asNativeTable, asNativeText, base_asActorMirror, base_asAsyncMessage, base_asBegin, base_asBoolean, base_asClosure, base_asDefinition, base_asExpression, base_asFarReference, base_asField, base_asHandler, base_asMessage, base_asMessageCreation, base_asMethod, base_asMirror, base_asNumber, base_asSplice, base_asStatement, base_asStripe, base_asSymbol, base_asTable, base_asUnquoteSplice, base_asVariableAssignment, base_isBoolean, base_isCallFrame, base_isClosure, base_isFarReference, base_isMessageCreation, base_isMethod, base_isMirror, base_isSplice, base_isStripe, base_isSymbol, base_isTable, base_isUnquoteSplice, base_isVariableAssignment, isAmbientTalkObject, isJavaObjectUnderSymbiosis, isNativeBoolean, isNativeField, isNativeText
 

Method Detail

base_ifTrue_

public ATObject base_ifTrue_(ATClosure cons)
                      throws InterpreterException
Throws:
InterpreterException

base_ifFalse_

public ATObject base_ifFalse_(ATClosure alt)
                       throws InterpreterException
Throws:
InterpreterException

base_ifTrue_ifFalse_

public ATObject base_ifTrue_ifFalse_(ATClosure cons,
                                     ATClosure alt)
                              throws InterpreterException
Throws:
InterpreterException

base__opamp_

public ATBoolean base__opamp_(ATBoolean other)
                       throws InterpreterException
Throws:
InterpreterException

base__oppls_

public ATBoolean base__oppls_(ATBoolean other)
                       throws InterpreterException
Throws:
InterpreterException

base_and_

public ATBoolean base_and_(ATClosure other)
                    throws InterpreterException
Throws:
InterpreterException

base_or_

public ATBoolean base_or_(ATClosure other)
                   throws InterpreterException
Throws:
InterpreterException

base_not

public ATBoolean base_not()
                   throws InterpreterException
Throws:
InterpreterException