Searched defs:asInt (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicIntType.java42 public IntType asInt() { return this; } method in class:BasicIntType
H A DBasicType.java56 public IntType asInt() { return null; } method in class:BasicType
69 public boolean isInt() { return (asInt() != null); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java37 public IntType asInt(); method in interface:Type

Completed in 39 milliseconds