JBoss Reflection 2.2.1.SP1

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

All Superinterfaces:
Bytes
All Known Subinterfaces:
BehaviourBytes, ConstructorBytes, FieldBytes, MethodBytes

public interface MemberBytes
extends Bytes

Contains the bytecode information for a member

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 String getJvmSignature()
          Gets the JVM descriptor of the field type
 String getName()
          Gets the name of this member.
 
Methods inherited from interface org.jboss.reflect.plugins.bytecode.bytes.Bytes
getAnnotations, getGenericSignature, getModifiers
 

Method Detail

getName

String getName()
Gets the name of this member.

Returns:
the name

getJvmSignature

String getJvmSignature()
Gets the JVM descriptor of the field type

Returns:
the JVM descriptor

JBoss Reflection 2.2.1.SP1

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