ast
Class GuardList

java.lang.Object
  |
  +--ast.GuardList

public class GuardList
extends java.lang.Object


Field Summary
 Guard guard
           
 GuardList guardList
           
 int line
           
 
Constructor Summary
GuardList(int line, Guard guard, GuardList guardList)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

public int line

guard

public Guard guard

guardList

public GuardList guardList
Constructor Detail

GuardList

public GuardList(int line,
                 Guard guard,
                 GuardList guardList)