edu.vub.at.objects
Interface ATFraction

All Superinterfaces:
ATAbstractGrammar, ATConversions, ATExpression, ATNumeric, ATObject, ATStatement
All Known Implementing Classes:
NATFraction

public interface ATFraction
extends ATNumeric

The public interface to a native AmbientTalk fraction (a floating point value).

Author:
tvc

Method Summary
 ATNumeric base_abs()
           
 ATNumber base_ceiling()
           
 ATNumeric base_dec()
           
 ATNumber base_floor()
           
 ATNumeric base_inc()
           
 ATNumber base_round()
           
 
Methods inherited from interface edu.vub.at.objects.ATNumeric
base__opdiv_, base__opeql_, base__opgtx__opeql_, base__opgtx_, base__opltx__opeql__opgtx_, base__opltx__opeql_, base__opltx_, base__opmns_, base__opnot__opeql_, base__oppls_, base__optms_, base_addFraction, base_addNumber, base_cos, base_divideFraction, base_divideNumber, base_expt, base_gequalsFraction, base_gequalsNumber, base_log, base_sin, base_sqrt, base_subtractFraction, base_subtractNumber, base_tan, base_timesFraction, base_timesNumber
 
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_inc

public ATNumeric base_inc()
                   throws InterpreterException
Throws:
InterpreterException

base_dec

public ATNumeric base_dec()
                   throws InterpreterException
Throws:
InterpreterException

base_abs

public ATNumeric base_abs()
                   throws InterpreterException
Throws:
InterpreterException

base_round

public ATNumber base_round()
                    throws InterpreterException
Throws:
InterpreterException

base_floor

public ATNumber base_floor()
                    throws InterpreterException
Throws:
InterpreterException

base_ceiling

public ATNumber base_ceiling()
                      throws InterpreterException
Throws:
InterpreterException