JBoss Reflection 2.2.1.SP1

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

All Known Subinterfaces:
BehaviourBytes, ClassBytes, ConstructorBytes, FieldBytes, MemberBytes, MethodBytes, PrimitiveBytes

public interface Bytes

Base interface containing bytecode information for a class or a member

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Annotation[] getAnnotations()
          Gets the annotations on this class or member
 String getGenericSignature()
          Gets the generic signature of this class or member as contained in the Signature attribute
 int getModifiers()
          Gets the modifiers for this class or member
 

Method Detail

getModifiers

int getModifiers()
Gets the modifiers for this class or member

Returns:
the modifiers

getGenericSignature

String getGenericSignature()
Gets the generic signature of this class or member as contained in the Signature attribute

Returns:
the generic signature, or null if there is no signature

getAnnotations

Annotation[] getAnnotations()
Gets the annotations on this class or member

Returns:
the annotations, or null if there are none

JBoss Reflection 2.2.1.SP1

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