public class ShortClass extends PrimitiveMetaClass
| Constructor and Description |
|---|
ShortClass(boolean isProxy)
Creates a new ShortClass.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getJniType()
Returns the JNI type for this MetaClass.
|
String |
getSimpleName()
Returns the name of the class that this MetaClass represents.
|
int |
hashCode() |
protected MetaClass |
newInstance(boolean isProxy)
Creates a new instance.
|
beginGuard, endGuard, forwardDeclare, getFullyQualifiedName, getPackage, include, isPrimitive, proxy, toString, unProxy, usingpublic ShortClass(boolean isProxy)
isProxy - true if the object represents a proxyprotected MetaClass newInstance(boolean isProxy)
PrimitiveMetaClassnewInstance in class PrimitiveMetaClassisProxy - true if the meta-data represents a proxypublic String getSimpleName()
MetaClassCopyright © 2012. All Rights Reserved.