Class ConstantClass
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantClass
This class is derived from the abstract Constant class and
represents a reference to a (external) class.
- Version:
- $Id: ConstantClass.java,v 1.6 2009/09/16 00:43:49 aclement Exp $
- Author:
- M. Dahm, Andy Clement
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voiddump(DataOutputStream file) getClassname(ConstantPool cpool) final intgetValue()final StringtoString()
-
Constructor Details
-
ConstantClass
public ConstantClass(int nameIndex)
-
-
Method Details
-
accept
-
dump
- Specified by:
dumpin classConstant- Throws:
IOException
-
getNameIndex
public final int getNameIndex() -
getValue
-
getClassname
-
toString
-