koala.dynamicjava.classfile
Class InterfaceMethodIdentifier

java.lang.Object
  |
  +--koala.dynamicjava.classfile.MemberIdentifier
        |
        +--koala.dynamicjava.classfile.AbstractMethodIdentifier
              |
              +--koala.dynamicjava.classfile.InterfaceMethodIdentifier

public class InterfaceMethodIdentifier
extends AbstractMethodIdentifier

This class is used to represents an interface method


Constructor Summary
InterfaceMethodIdentifier(java.lang.String dc, java.lang.String n, java.lang.String t, java.lang.String[] p)
          Creates a new interface method identifier
 
Methods inherited from class koala.dynamicjava.classfile.AbstractMethodIdentifier
equals, getParameters, hashCode
 
Methods inherited from class koala.dynamicjava.classfile.MemberIdentifier
getDeclaringClass, getName, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceMethodIdentifier

public InterfaceMethodIdentifier(java.lang.String dc,
                                 java.lang.String n,
                                 java.lang.String t,
                                 java.lang.String[] p)
Creates a new interface method identifier
Parameters:
dc - the declaring class of this member
n - the name of this member
t - the type of this member in JVM format
p - the parameters types


Copyright © 2001 Stephane Hillion. All Rights Reserved.