SandMark version 2.0


sandmark.obfuscate.boolsplitter.dtree
Class UseInformation

java.lang.Object
  |
  +--sandmark.obfuscate.boolsplitter.dtree.UseInformation

public class UseInformation
extends java.lang.Object

UseInformation stores information about a use of a local variable.

Author:
Thomas VanDrunen

Field Summary
(package private)  int type
           
(package private)  int type0_x1s
           
(package private)  int type0_x2s
           
(package private)  int type0s
           
(package private)  int type1_x1s
           
(package private)  int type1_x2s
           
(package private)  int type1s
           
 
Constructor Summary
UseInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

type0s

int type0s

type1s

int type1s

type0_x1s

int type0_x1s

type0_x2s

int type0_x2s

type1_x1s

int type1_x1s

type1_x2s

int type1_x2s
Constructor Detail

UseInformation

public UseInformation()

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002