Uses of Class
treecalc.vm.asm.TciAssembler.Table

Packages that use TciAssembler.Table
treecalc.vm   
treecalc.vm.asm   
 

Uses of TciAssembler.Table in treecalc.vm
 

Methods in treecalc.vm with parameters of type TciAssembler.Table
static treecalc.rt.V TciMachineTabaccess.findExact(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findExactColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findExactColumnIndex(TciAssembler.Table tab, int colind, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findIntervalDown(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findIntervalDownColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findIntervalUp(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.findIntervalUpColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static int TciMachineTabaccess.findRowExact(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V TciMachineTabaccess.get(TciAssembler.Table tab, int rowind, int colind)
           
static treecalc.rt.V TciMachineTabaccess.get(TciAssembler.Table tab, int rowind, treecalc.rt.V columnname)
           
static treecalc.rt.V TciMachineTabaccess.getCell(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V col)
          ");
static treecalc.rt.V TciMachineTabaccess.getCellByName(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colname)
           
static treecalc.rt.V TciMachineTabaccess.getCells(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colFrom, treecalc.rt.V colTo)
           
static treecalc.rt.V TciMachineTabaccess.getCellsByName(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colNameFrom, treecalc.rt.V colNameTo)
           
static treecalc.rt.V TciMachineTabaccess.getCellsColumn(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V col)
           
static treecalc.rt.V TciMachineTabaccess.getCellsColumnByName(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colname)
           
static treecalc.rt.V TciMachineTabaccess.getCellsRow(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colFrom, treecalc.rt.V colTo)
           
static treecalc.rt.V TciMachineTabaccess.getCellsRowByName(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colNameFrom, treecalc.rt.V colNameTo)
           
protected static int TciMachineTabaccess.getColindex(TciAssembler.Table tab, java.lang.String name)
           
static treecalc.rt.V TciMachineTabaccess.interpol(TciAssembler.Table tab, treecalc.rt.V key)
           
 

Uses of TciAssembler.Table in treecalc.vm.asm
 

Fields in treecalc.vm.asm declared as TciAssembler.Table
 TciAssembler.Table[] TciAssembler.Asm.tables
           
 



Copyright © 2013. All Rights Reserved.