org.jboss.reflect.plugins.bytecode.bytes
Class BytecodePrimitive
java.lang.Object
org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
public class BytecodePrimitive
- extends Object
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final BytecodePrimitive BOOLEAN
CHAR
public static final BytecodePrimitive CHAR
BYTE
public static final BytecodePrimitive BYTE
SHORT
public static final BytecodePrimitive SHORT
INT
public static final BytecodePrimitive INT
LONG
public static final BytecodePrimitive LONG
FLOAT
public static final BytecodePrimitive FLOAT
DOUBLE
public static final BytecodePrimitive DOUBLE
VOID
public static final BytecodePrimitive VOID
valueOf
public static BytecodePrimitive valueOf(String name)
getName
public String getName()
getArrayComponentName
public String getArrayComponentName()
getWrapperClassName
public String getWrapperClassName()
getValueMethodName
public String getValueMethodName()
getWrapperClass
public Class<?> getWrapperClass()
getPrimitiveClass
public Class<?> getPrimitiveClass()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.