daikon.dcomp
Class DCRuntime.FieldTag

Object
  extended by DCRuntime.FieldTag
Direct Known Subclasses:
DCRuntime.PrimitiveArrayTag, DCRuntime.PrimitiveTag, DCRuntime.ReferenceTag, DCRuntime.StaticPrimitiveTag, DCRuntime.StaticReferenceTag
Enclosing class:
DCRuntime

public abstract static class DCRuntime.FieldTag
extends Object

Abstract base class for code that gets the tag associated with a particular field. There are specific implementors for the various types of fields. FieldTag instances are stored in FieldInfo so that tags can be efficiently obtained.


Constructor Summary
DCRuntime.FieldTag()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCRuntime.FieldTag

public DCRuntime.FieldTag()