Searched defs:FieldType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldType.hpp31 // Note: FieldType should be based on the SignatureIterator (or vice versa).
34 // A FieldType is used to determine the type of a field from a signature string.
39 friend class FieldType; // field type can set these fields.
52 class FieldType: public AllStatic { class in inherits:AllStatic
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java31 public class FieldType { class
36 public FieldType(Symbol signature) { method in class:FieldType

Completed in 38 milliseconds