treecalc.vm.asm
Class TciAssembler.Table

java.lang.Object
  extended by treecalc.vm.asm.TciAssembler.Table
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TciAssembler

public static class TciAssembler.Table
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int cols
           
 java.lang.String[] data
           
 boolean directaccess
           
 int directaccessoffset
           
 int id
           
 java.lang.String name
           
 int[] oo
           
 int rows
           
 boolean shuffled
           
 TciAssembler.TableColumn[] tablecolumnarr
           
 
Constructor Summary
TciAssembler.Table()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

name

public java.lang.String name

rows

public int rows

cols

public int cols

shuffled

public boolean shuffled

directaccess

public boolean directaccess

directaccessoffset

public int directaccessoffset

tablecolumnarr

public TciAssembler.TableColumn[] tablecolumnarr

data

public java.lang.String[] data

oo

public int[] oo
Constructor Detail

TciAssembler.Table

public TciAssembler.Table()


Copyright © 2013. All Rights Reserved.