jasm.lang
Class Constant.Info

java.lang.Object
  extended by jasm.lang.Constant.Info
Direct Known Subclasses:
Constant.Class, Constant.Double, Constant.Dummy, Constant.FieldRef, Constant.Float, Constant.Integer, Constant.InterfaceMethodRef, Constant.Long, Constant.MethodRef, Constant.NameType, Constant.String, Constant.Utf8
Enclosing class:
Constant

public abstract static class Constant.Info
extends java.lang.Object


Constructor Summary
Constant.Info()
           
 
Method Summary
abstract  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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constant.Info

public Constant.Info()
Method Detail

toBytes

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

Parameters:
constantPool -
Returns:


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