JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.bytecode.bytes
Class BytecodePrimitive

java.lang.Object
  extended by org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive

public class BytecodePrimitive
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
static BytecodePrimitive BOOLEAN
           
static BytecodePrimitive BYTE
           
static BytecodePrimitive CHAR
           
static BytecodePrimitive DOUBLE
           
static BytecodePrimitive FLOAT
           
static BytecodePrimitive INT
           
static BytecodePrimitive LONG
           
static BytecodePrimitive SHORT
           
static BytecodePrimitive VOID
           
 
Method Summary
 String getArrayComponentName()
           
 String getName()
           
 Class<?> getPrimitiveClass()
           
 String getValueMethodName()
           
 Class<?> getWrapperClass()
           
 String getWrapperClassName()
           
static BytecodePrimitive valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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()

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.