Uses of Class
treecalc.rt.V

Uses of V in treecalc.rt
 

Subclasses of V in treecalc.rt
 class VDouble
           
 class VFuncref
           
 class VList
           
 class VNull
           
 class VString
           
 class VTabref
          can pass around table references -> better than in other products
 

Fields in treecalc.rt with type parameters of type V
protected  java.util.List<V> VList.value
           
 

Methods in treecalc.rt that return V
 V V.add(V r)
           
 V V.and(V r)
           
 V V.append(V r)
           
 V V.bf_abs()
           
static V B.bf_acos(V arg)
           
 V V.bf_ansi()
           
static V B.bf_asin(V arg)
           
static V B.bf_atan(V arg)
           
static V B.bf_atan2(V x, V y)
           
 V V.bf_ceil()
           
 V V.bf_chr()
           
static V B.bf_const(V arg)
           
static V B.bf_cos(V arg)
           
static V B.bf_cosh(V arg)
           
static V B.bf_date(V date, V addDays, V addMonth, V addYears)
           
static V B.bf_date(V date, V addDays, V addMonths, V addYears, V format)
           
 V V.bf_dateday()
           
 V V.bf_day()
           
 V V.bf_daydate(V format)
           
 V V.bf_days()
           
static V B.bf_error(V msg)
           
static V B.bf_error(V msg, V ref)
           
 V V.bf_exp()
           
static V B.bf_false()
           
 V V.bf_floor()
           
 V V.bf_fmod(V divisor)
           
 V V.bf_format(V formatstr)
           
static V B.bf_getprivateprofilestring(V section, V name, V defaultvalue, V file)
           
 V V.bf_instr(V searchstring)
           
 V V.bf_isbool()
           
 V V.bf_isdate()
           
 V V.bf_isinteger()
           
 V V.bf_isnumber()
           
 V V.bf_istime()
           
 V V.bf_left(V n)
           
 V V.bf_length()
           
static V B.bf_list(V... elements)
           
static V B.bf_log(V arg)
           
static V B.bf_log10(V arg)
           
static V B.bf_max(V... args)
           
 V V.bf_mid(V start)
           
 V V.bf_mid(V start, V n)
           
static V B.bf_min(V... args)
           
 V V.bf_month()
           
 V V.bf_months()
           
 V V.bf_not()
           
static V B.bf_now(V format)
           
 V V.bf_oem()
           
 V V.bf_right(V n)
           
 V V.bf_round()
           
 V V.bf_round(V digits)
           
static V B.bf_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V B.bf_sin(V arg)
           
static V B.bf_sinh(V arg)
           
 V V.bf_sqrt()
           
 V V.bf_strcmp(V otherstring)
           
 V V.bf_stricmp(V otherstring)
           
 V V.bf_subst(V searchstr, V replacestr)
           
static V B.bf_tan(V arg)
           
static V B.bf_tanh(V arg)
           
 V V.bf_tolower()
           
 V V.bf_toupper()
           
 V V.bf_trim()
           
static V B.bf_true()
           
 V V.bf_v_concat(V list)
           
 V V.bf_v_construct()
          Reconstruct Vector from Skalar
 V V.bf_v_delete(V position)
           
 V V.bf_v_element(V... indices)
           
 V V.bf_v_elements(V indstart, V n)
           
 V V.bf_v_first()
           
 V V.bf_v_front()
           
 V V.bf_v_insert(V newelement, V position)
           
 V V.bf_v_last()
           
 V V.bf_v_length()
           
 V V.bf_v_max()
           
 V V.bf_v_min()
           
 V V.bf_v_numsort()
           
 V V.bf_v_replace(V element, V position)
           
 V V.bf_v_rest()
           
static V B.bf_v_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_v_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
 V V.bf_v_sort()
           
 V V.bf_v_string(V delimiter)
           
 V V.bf_v_stringx()
           
 V V.bf_v_trans()
           
static V B.bf_vpmexist(V module)
           
static V B.bf_vpmexist(V module, V numargumentsAndEntrypoint)
           
static V B.bf_vpmexist(V module, V numarguments, V entrypoint)
           
static V B.bf_vpmtry(V module, V what, V... parameters)
           
 V V.bf_year()
           
 V V.bf_years()
           
 V V.big(V r)
           
 V V.bigeq(V r)
           
 V V.div(V r)
           
 V V.divint(V r)
           
 V V.eq(V r)
           
static V B.formatDate(int[] ymd, int[] hms, V format)
           
 V[] S.getAutocounterValues(int[] autocounters)
           
 V S.getInput(int inputid, V... index)
           
 V S.getInputAutocounter(int inputid, int[] autocounters)
           
 V S.getTimesCounterV(int timesid)
          see popTimesCounter.
 V V.modint(V r)
           
 V V.mult(V r)
           
 V V.neq(V r)
           
 V V.or(V r)
           
 V V.power(V r)
           
 V S.readCache(java.lang.Object key)
           
 V V.seq(V r)
           
 V V.seqi(V r)
           
 V V.sg(V r)
           
 V V.sgeq(V r)
           
 V V.sgeqi(V r)
           
 V V.sgi(V r)
           
 V V.sl(V r)
           
 V V.sleq(V r)
           
 V V.sleqi(V r)
           
 V V.sli(V r)
           
 V V.sml(V r)
           
 V V.smleq(V r)
           
 V V.sneq(V r)
           
 V V.sneqi(V r)
           
 V V.sub(V r)
           
 V V.unminus()
           
 V V.unplus()
           
static V B.v_construct(java.text.CharacterIterator i)
           
 V V.xor(V r)
           
 

Methods in treecalc.rt that return types with arguments of type V
static java.util.Comparator<V> CompV_str.getInstance()
           
static java.util.Comparator<V> CompV_num.getInstance()
           
 java.util.List<V> VTabref.listValue()
           
 java.util.List<V> VString.listValue()
           
 java.util.List<V> VNull.listValue()
           
 java.util.List<V> VList.listValue()
           
 java.util.List<V> VFuncref.listValue()
           
 java.util.List<V> VDouble.listValue()
           
abstract  java.util.List<V> V.listValue()
           
 

Methods in treecalc.rt with parameters of type V
 V V.add(V r)
           
 V V.and(V r)
           
 V V.append(V r)
           
static V B.bf_acos(V arg)
           
static V B.bf_asin(V arg)
           
static V B.bf_atan(V arg)
           
static V B.bf_atan2(V x, V y)
           
static V B.bf_const(V arg)
           
static V B.bf_cos(V arg)
           
static V B.bf_cosh(V arg)
           
static V B.bf_date(V date, V addDays, V addMonth, V addYears)
           
static V B.bf_date(V date, V addDays, V addMonths, V addYears, V format)
           
 V V.bf_daydate(V format)
           
static V B.bf_error(V msg)
           
static V B.bf_error(V msg, V ref)
           
 V V.bf_fmod(V divisor)
           
 V V.bf_format(V formatstr)
           
static V B.bf_getprivateprofilestring(V section, V name, V defaultvalue, V file)
           
 V V.bf_instr(V searchstring)
           
 V V.bf_left(V n)
           
static V B.bf_list(V... elements)
           
static V B.bf_log(V arg)
           
static V B.bf_log10(V arg)
           
static V B.bf_max(V... args)
           
 V V.bf_mid(V start)
           
 V V.bf_mid(V start, V n)
           
static V B.bf_min(V... args)
           
static V B.bf_now(V format)
           
 V V.bf_right(V n)
           
 V V.bf_round(V digits)
           
static V B.bf_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V B.bf_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V B.bf_sin(V arg)
           
static V B.bf_sinh(V arg)
           
 V V.bf_strcmp(V otherstring)
           
 V V.bf_stricmp(V otherstring)
           
 V V.bf_subst(V searchstr, V replacestr)
           
static V B.bf_tan(V arg)
           
static V B.bf_tanh(V arg)
           
 V V.bf_v_concat(V list)
           
 V V.bf_v_delete(V position)
           
 V V.bf_v_element(V... indices)
           
 V V.bf_v_elements(V indstart, V n)
           
 V V.bf_v_insert(V newelement, V position)
           
 V V.bf_v_replace(V element, V position)
           
static V B.bf_v_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_v_select(V field, V tablename, V where, V... parameters)
           
static V B.bf_v_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V B.bf_v_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
 V V.bf_v_string(V delimiter)
           
static V B.bf_vpmexist(V module)
           
static V B.bf_vpmexist(V module, V numargumentsAndEntrypoint)
           
static V B.bf_vpmexist(V module, V numarguments, V entrypoint)
           
static V B.bf_vpmtry(V module, V what, V... parameters)
           
static V B.bf_vpmtry(V module, V what, V... parameters)
           
 V V.big(V r)
           
 V V.bigeq(V r)
           
 int CompV_str.compare(V v1, V v2)
           
 int CompV_num.compare(V arg1, V arg2)
           
static int[] B.convertToDate(V date)
           
 V V.div(V r)
           
 V V.divint(V r)
           
 V V.eq(V r)
           
static V B.formatDate(int[] ymd, int[] hms, V format)
           
 java.lang.Object S.getCacheKey(int id, V... args)
           
 V S.getInput(int inputid, V... index)
           
static VList V.getInstance(V[] elements)
           
 V V.modint(V r)
           
 V V.mult(V r)
           
 V V.neq(V r)
           
 V V.or(V r)
           
 V V.power(V r)
           
 V V.seq(V r)
           
 V V.seqi(V r)
           
 void S.setInput(int inputid, V value, int... index)
           
 V V.sg(V r)
           
 V V.sgeq(V r)
           
 V V.sgeqi(V r)
           
 V V.sgi(V r)
           
 V V.sl(V r)
           
 V V.sleq(V r)
           
 V V.sleqi(V r)
           
 V V.sli(V r)
           
 V V.sml(V r)
           
 V V.smleq(V r)
           
 V V.sneq(V r)
           
 V V.sneqi(V r)
           
 V V.sub(V r)
           
static VList VList.valueOf(V... elements)
           
 void S.writeCache(java.lang.Object key, V value)
           
 V V.xor(V r)
           
 

Method parameters in treecalc.rt with type arguments of type V
static VList V.getInstance(java.util.List<V> elements)
           
static VList VList.valueOf(java.util.List<V> elements)
           
 

Constructors in treecalc.rt with parameters of type V
CacheKey(int id, V[] args, long[] counters)
           
 



Copyright © 2013. All Rights Reserved.