com.vladium.jcd.cls.constant
Class CONSTANT_literal_info

java.lang.Object
  extended by com.vladium.jcd.cls.constant.CONSTANT_info
      extended by com.vladium.jcd.cls.constant.CONSTANT_literal_info
All Implemented Interfaces:
IClassFormatOutput, java.lang.Cloneable
Direct Known Subclasses:
CONSTANT_Double_info, CONSTANT_Float_info, CONSTANT_Integer_info, CONSTANT_Long_info, CONSTANT_String_info

public abstract class CONSTANT_literal_info
extends CONSTANT_info

Abstract base for all CONSTANT_XXX_info structures representing literal values in the constant pool.

Author:
(C) 2001, Vlad Roubtsov
See Also:
CONSTANT_Integer_info, CONSTANT_Long_info, CONSTANT_Float_info, CONSTANT_Double_info, CONSTANT_String_info

Constructor Summary
protected CONSTANT_literal_info()
           
 
Method Summary
 
Methods inherited from class com.vladium.jcd.cls.constant.CONSTANT_info
accept, clone, new_CONSTANT_info, tag, tagToString, toString, width, writeInClassFormat
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CONSTANT_literal_info

protected CONSTANT_literal_info()