net.sf.jode.bytecode
Class Reference
java.lang.Object
net.sf.jode.bytecode.Reference
- public class Reference
- extends java.lang.Object
This class represents a field or method reference. It consists of
the class name the method/field name and the type signature.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getReference
public static Reference getReference(java.lang.String className,
java.lang.String name,
java.lang.String type)
getClazz
public java.lang.String getClazz()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
toString
public java.lang.String toString()
Copyright © 1998-2004 by Jochen Hoenicke.