daikon.dcomp
Class DCRuntime.FieldTag
Object
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.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DCRuntime.FieldTag
public DCRuntime.FieldTag()