com.jeantessier.classreader
Class MethodRef_info

java.lang.Object
  |
  +--com.jeantessier.classreader.ConstantPoolEntry
        |
        +--com.jeantessier.classreader.FeatureRef_info
              |
              +--com.jeantessier.classreader.MethodRef_info
All Implemented Interfaces:
Visitable

public class MethodRef_info
extends FeatureRef_info


Fields inherited from class com.jeantessier.classreader.ConstantPoolEntry
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
 
Constructor Summary
MethodRef_info(ConstantPool constantPool, java.io.DataInputStream in)
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.lang.String getName()
           
 java.lang.String getSignature()
           
 boolean isConstructor()
           
 boolean isStaticInitializer()
           
 
Methods inherited from class com.jeantessier.classreader.FeatureRef_info
getClassIndex, getClassName, getFullName, getFullSignature, getNameAndType, getNameAndTypeIndex, getRawClass, getRawNameAndType, toString
 
Methods inherited from class com.jeantessier.classreader.ConstantPoolEntry
getConstantPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodRef_info

public MethodRef_info(ConstantPool constantPool,
                      java.io.DataInputStream in)
               throws java.io.IOException
Method Detail

isConstructor

public boolean isConstructor()

isStaticInitializer

public boolean isStaticInitializer()

getName

public java.lang.String getName()
Overrides:
getName in class FeatureRef_info

getSignature

public java.lang.String getSignature()
Overrides:
getSignature in class FeatureRef_info

accept

public void accept(Visitor visitor)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.