treecalc.vm.asm
Class TciAssembler.Calc

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

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

See Also:
Serialized Form

Field Summary
 int id
           
 java.lang.String name
           
 int nargs
           
 int rootaccessNode
           
 boolean rootaccessSum
          true if sum of calc starting at rootaccessNode has to be computed.
 
Constructor Summary
TciAssembler.Calc()
           
 
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

nargs

public int nargs

rootaccessNode

public int rootaccessNode

rootaccessSum

public boolean rootaccessSum
true if sum of calc starting at rootaccessNode has to be computed. false if it's enough to just compute the one and only calc from rootaccessNode

Constructor Detail

TciAssembler.Calc

public TciAssembler.Calc()


Copyright © 2013. All Rights Reserved.