JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.bytecode.bytes
Interface PrimitiveBytes

All Superinterfaces:
Bytes, ClassBytes

public interface PrimitiveBytes
extends ClassBytes

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 String getArrayComponentName()
           
 String getValueMethodName()
           
 String getWrapperClassName()
           
 
Methods inherited from interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
getClassLoader, getComponentType, getDeclaredConstructorBytes, getDeclaredFieldBytes, getDeclaredMethodBytes, getInterfaceJvmNames, getInterfaceTypeInfoNames, getJvmName, getPrimitive, getSuperClassJvmName, getSuperClassTypeInfoName, getTypeInfoName, isAnnotation, isEnum, isInterface
 
Methods inherited from interface org.jboss.reflect.plugins.bytecode.bytes.Bytes
getAnnotations, getGenericSignature, getModifiers
 

Method Detail

getArrayComponentName

String getArrayComponentName()

getWrapperClassName

String getWrapperClassName()

getValueMethodName

String getValueMethodName()

JBoss Reflection 2.2.1.SP1

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