koala.dynamicjava.classfile
Class FieldIdentifier

java.lang.Object
  extended bykoala.dynamicjava.classfile.MemberIdentifier
      extended bykoala.dynamicjava.classfile.FieldIdentifier

public class FieldIdentifier
extends MemberIdentifier

This class is used to represents a field


Constructor Summary
FieldIdentifier(java.lang.String dc, java.lang.String n, java.lang.String t)
          Creates a new field identifier
 
Methods inherited from class koala.dynamicjava.classfile.MemberIdentifier
equals, getDeclaringClass, getName, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldIdentifier

public FieldIdentifier(java.lang.String dc,
                       java.lang.String n,
                       java.lang.String t)
Creates a new field identifier

Parameters:
dc - the declaring class of this member
n - the name of this member
t - the type of this member in JVM format


Copyright © 2001 Stephane Hillion. All Rights Reserved.