Uses of Class
org.cojen.classfile.constant.ConstantUTFInfo

Packages that use ConstantUTFInfo
org.cojen.classfile   
org.cojen.classfile.attribute   
org.cojen.classfile.constant   
 

Uses of ConstantUTFInfo in org.cojen.classfile
 

Methods in org.cojen.classfile that return ConstantUTFInfo
 ConstantUTFInfo ConstantPool.addConstantUTF(String str)
          Get or create a constant UTF string from the constant pool.
 ConstantUTFInfo FieldInfo.getDescriptorConstant()
          Returns a constant from the constant pool with this field's type descriptor string.
 ConstantUTFInfo MethodInfo.getDescriptorConstant()
          Returns a constant from the constant pool with this method's type descriptor string.
 ConstantUTFInfo FieldInfo.getNameConstant()
          Returns a constant from the constant pool with this field's name.
 ConstantUTFInfo Attribute.getNameConstant()
           
 ConstantUTFInfo MethodInfo.getNameConstant()
          Returns a constant from the constant pool with this method's name.
 

Methods in org.cojen.classfile with parameters of type ConstantUTFInfo
 ConstantNameAndTypeInfo ConstantPool.addConstantNameAndType(ConstantUTFInfo nameConstant, ConstantUTFInfo descConstant)
          Get or create a constant name and type structure from the constant pool.
 

Uses of ConstantUTFInfo in org.cojen.classfile.attribute
 

Methods in org.cojen.classfile.attribute that return ConstantUTFInfo
 ConstantUTFInfo Annotation.EnumConstValue.getConstName()
           
 ConstantUTFInfo SourceFileAttr.getFileName()
          Returns the source file name.
 ConstantUTFInfo InnerClassesAttr.Info.getInnerClassName()
          Returns null if no inner class specified or is anonymous.
 ConstantUTFInfo SignatureAttr.getSignature()
          Returns the signature.
 ConstantUTFInfo Annotation.getTypeConstant()
           
 ConstantUTFInfo Annotation.EnumConstValue.getTypeName()
           
 

Methods in org.cojen.classfile.attribute with parameters of type ConstantUTFInfo
 void Annotation.setTypeConstant(ConstantUTFInfo type)
           
 

Constructors in org.cojen.classfile.attribute with parameters of type ConstantUTFInfo
Annotation.EnumConstValue(ConstantUTFInfo typeName, ConstantUTFInfo constName)
           
SignatureAttr(ConstantPool cp, ConstantUTFInfo signature)
           
SignatureAttr(ConstantPool cp, String name, ConstantUTFInfo signature)
           
 

Uses of ConstantUTFInfo in org.cojen.classfile.constant
 

Constructors in org.cojen.classfile.constant with parameters of type ConstantUTFInfo
ConstantClassInfo(ConstantUTFInfo nameConstant)
           
ConstantNameAndTypeInfo(ConstantUTFInfo nameConstant, ConstantUTFInfo descConstant)
           
ConstantStringInfo(ConstantUTFInfo constant)
           
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.