edu.neu.ccs.demeterf.control
Class Fields

java.lang.Object
  extended by edu.neu.ccs.demeterf.control.Fields

public class Fields
extends java.lang.Object

Represents a containment class for Fields We encode seperate argument paths with inner classes that extend Fields.any.


Nested Class Summary
static class Fields.any
          Base Field class that represents the pending traversal of any field.
 
Field Summary
static Fields.any any
           
 
Constructor Summary
Fields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

public static Fields.any any
Constructor Detail

Fields

public Fields()