Class ConstantString

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantString
All Implemented Interfaces:
Cloneable, Node

public final class ConstantString extends Constant
This class is derived from the abstract Constant class and represents a reference to a String object.
Version:
$Id: ConstantString.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
Author:
M. Dahm
See Also:
Constant
  • Constructor Details

    • ConstantString

      public ConstantString(int stringIndex)
  • Method Details