jasm.lang
Class Constant.FieldRef

java.lang.Object
  extended by jasm.lang.Constant.Info
      extended by jasm.lang.Constant.FieldRef
Enclosing class:
Constant

public static final class Constant.FieldRef
extends Constant.Info


Field Summary
 Constant.Class classInfo
           
 Constant.NameType nameType
           
 
Constructor Summary
Constant.FieldRef(Constant.Class ci, Constant.NameType nt)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 byte[] toBytes(java.util.Map<Constant.Info,java.lang.Integer> constantPool)
          Convert this pool item into bytes.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classInfo

public final Constant.Class classInfo

nameType

public final Constant.NameType nameType
Constructor Detail

Constant.FieldRef

public Constant.FieldRef(Constant.Class ci,
                         Constant.NameType nt)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toBytes

public byte[] toBytes(java.util.Map<Constant.Info,java.lang.Integer> constantPool)
Description copied from class: Constant.Info
Convert this pool item into bytes.

Specified by:
toBytes in class Constant.Info
Returns:


Copyright © 2013 David J. Pearce. All Rights Reserved.