irt
Class SubFrag

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

public class SubFrag
extends Frag


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

Field Detail

entry

public Label entry

size

public int size

body

public Stm body
Constructor Detail

SubFrag

public SubFrag(Label entry,
               int size,
               Stm body)