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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java57 public boolean isJavaPrimitiveType(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicType.java50 private boolean isJavaPrimitiveType; field in class:BasicType
140 public boolean isJavaPrimitiveType() { method in class:BasicType
141 return isJavaPrimitiveType;
146 public void setIsJavaPrimitiveType(boolean isJavaPrimitiveType) { argument
147 this.isJavaPrimitiveType = isJavaPrimitiveType;

Completed in 28 milliseconds