irt
Class GlobalFrag

java.lang.Object
  |
  +--irt.Frag
        |
        +--irt.GlobalFrag

public class GlobalFrag
extends Frag


Field Summary
 Label name
           
 int size
           
 
Fields inherited from class irt.Frag
next
 
Constructor Summary
GlobalFrag(Label name, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public Label name

size

public int size
Constructor Detail

GlobalFrag

public GlobalFrag(Label name,
                  int size)