Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstUtf8

Packages that use ConstUtf8
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstUtf8 in org.apache.jdo.impl.enhancer.classfile
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstUtf8
 ConstUtf8 ConstantPool.addUtf8(java.lang.String s)
          Find or create a utf8 constant in the pool
 ConstUtf8 ClassAttribute.attrName()
          Returns the name of the attribute
 ConstUtf8 ConstClass.className()
          Return the class name
 ConstUtf8 SourceFileAttribute.fileName()
          Returns the source file name The file name should not include directories
 ConstUtf8 ConstNameAndType.name()
          Return the name
 ConstUtf8 ClassMethod.name()
          Return the name of the method
abstract  ConstUtf8 ClassMember.name()
          Return the name of the member
 ConstUtf8 ClassField.name()
          Return the name of the field
 ConstUtf8 ConstNameAndType.signature()
          Return the type signature associated with the name
 ConstUtf8 ClassMethod.signature()
          Return the type signature of the method
abstract  ConstUtf8 ClassMember.signature()
          Return the type signature of the method
 ConstUtf8 ClassField.signature()
          Return the type signature of the field
 ConstUtf8 ConstString.value()
          Return the utf8 string calue
 

Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstUtf8
 void ConstClass.changeClass(ConstUtf8 newName)
          Change the class reference (not to be done lightly)
 void ClassMethod.changeName(ConstUtf8 name)
          Change the name of the method
 void ClassField.changeName(ConstUtf8 name)
          Change the name of the field
 void ConstNameAndType.changeSignature(ConstUtf8 newSig)
          Modify the signature
 void ClassMethod.changeSignature(ConstUtf8 newSig)
          Change the type signature of the method
 void ClassField.changeSignature(ConstUtf8 newSig)
          Change the type signature of the field
 void SourceFileAttribute.setFileName(ConstUtf8 name)
          Sets the source file name
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstUtf8
AnnotatedClassAttribute(ConstUtf8 nameAttr, short version, short annFlags, long modTime, long annTime)
          Constructor
AnnotatedMethodAttribute(ConstUtf8 nameAttr, short version, short annFlags, InsnTarget[] annRanges)
          Constructor
ClassField(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector field_attrs)
          Construct a class field object
ClassMethod(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector methodAttrs)
          Construct a class method object
CodeAttribute(ConstUtf8 attrName, byte[] dataBytes, org.apache.jdo.impl.enhancer.classfile.CodeEnv codeEnv)
          Constructs a CodeAttribute object for later disassembly
CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, byte[] codeBytes, ExceptionTable excTable, AttributeVector codeAttrs, org.apache.jdo.impl.enhancer.classfile.CodeEnv codeEnv)
          Constructs a CodeAttribute object
CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, ExceptionTable excTable, AttributeVector codeAttrs)
          Constructs a CodeAttribute object for construction from scratch
ConstantValueAttribute(ConstUtf8 attrName, ConstValue value)
          Construct a constant value attribute
ConstClass(ConstUtf8 cname)
          Construct a ConstClass
ExceptionsAttribute(ConstUtf8 attrName, ConstClass exc)
          Convenience Constructor - for single exception
ExceptionsAttribute(ConstUtf8 attrName, java.util.Vector excTable)
          Constructor
GenericAttribute(ConstUtf8 attrName, byte[] attrBytes)
          constructor
LineNumberTableAttribute(ConstUtf8 nameAttr, short[] lineNums, InsnTarget[] targets)
          Constructor
LocalVariable(InsnTarget startPC, InsnTarget endPC, ConstUtf8 name, ConstUtf8 sig, int slot)
          Constructor for a local variable
LocalVariableTableAttribute(ConstUtf8 nameAttr, java.util.Vector lvarTable)
          Constructor for a local variable table
SourceFileAttribute(ConstUtf8 attrName, ConstUtf8 sourceName)
          Constructor for a source file attribute
SyntheticAttribute(ConstUtf8 attrName)
          Construct a constant value attribute
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.