Uses of Class
org.jibx.binding.classes.ClassItem
-
Packages that use ClassItem Package Description org.jibx.binding.classes org.jibx.binding.def org.jibx.binding.model -
-
Uses of ClassItem in org.jibx.binding.classes
Fields in org.jibx.binding.classes declared as ClassItem Modifier and Type Field Description static ClassItem[]ClassFile. EMPTY_CLASS_ITEMSprotected ClassItemMethodBuilder. m_itemMethod class item information.Methods in org.jibx.binding.classes that return ClassItem Modifier and Type Method Description ClassItemClassFile. addDefaultConstructor()Add default constructor to a class.ClassItemClassFile. addField(String type, String name, int access)Add field to class without initialization.ClassItemClassFile. addField(String type, String name, int access, int init)Add field to class with initialintvalue.ClassItemClassFile. addField(String type, String name, int access, String init)Add field to class with initialStringvalue.ClassItemClassFile. addMethod(org.apache.bcel.classfile.Method method)Add method to class.ClassItemMethodBuilder. addMethod()Add constructed method to class.ClassItemClassFile. addPrivateField(String type, String name)Add private field to class without initialization.static ClassItemClassItem. findStaticMethod(String name, String[] sigs)Get static method by fully qualified name.static ClassItemClassItem. findVirtualMethod(String name, String[] sigs)Get virtual method by fully qualified name.ClassItemClassFile. getBestMethod(String name, String ret, String[] args)Get information for best matching method.ClassItemClassFile. getDirectField(String name)Get information for field.ClassItemClassFile. getField(String name)Get information for field.ClassItem[]ClassFile. getFieldItems()Get array of fields defined by class.ClassItemClassFile. getInitializerMethod(String sig)Get information for initializer.abstract ClassItemBindingMethod. getItem()Get the method item.ClassItemExistingMethod. getItem()Get the method item.ClassItemMethodBuilder. getItem()Get the method item.ClassItemBoundClass. getLoadMethod(ClassItem item, ClassFile from)Get load access method for member of this class.ClassItemClassFile. getMethod(String name, String sig)Get information for method without respect to potential trailing arguments or return value.ClassItemClassFile. getMethod(String name, String[] sigs)Get information for method matching one of several possible signatures.ClassItem[]ClassFile. getMethodItems()Get array of methods defined by class.ClassItemClassFile. getStaticMethod(String name, String sig)Get information for static method without respect to return value.ClassItemBoundClass. getStoreMethod(ClassItem item, ClassFile from)Get store access method for member of this class.ClassItemClassFile. updateField(String type, String name, int access, String init)Update class field with initialStringvalue.Methods in org.jibx.binding.classes with parameters of type ClassItem Modifier and Type Method Description voidMethodBuilder. addMethodExceptions(ClassItem method)Add exceptions thrown by called method to those needing handling.voidMethodBuilder. appendCall(ClassItem item)Create invoke instruction for static, member, or interface method and append to method.voidMethodBuilder. appendGet(ClassItem item)Create get instruction and append to method.voidMethodBuilder. appendGetField(ClassItem item)Create getfield instruction and append to method.voidMethodBuilder. appendGetStatic(ClassItem item)Create getstatic instruction and append to method.voidMethodBuilder. appendPut(ClassItem item)Create put instruction and append to method.voidMethodBuilder. appendPutField(ClassItem item)Create putfield instruction and append to method.voidMethodBuilder. appendPutStatic(ClassItem item)Create putstatic instruction and append to method.org.apache.bcel.generic.InvokeInstructionInstructionBuilder. createCallInterface(ClassItem item)Create invoke instruction for interface method.org.apache.bcel.generic.InvokeInstructionInstructionBuilder. createCallStatic(ClassItem item)Create invoke instruction for static method.org.apache.bcel.generic.InvokeInstructionInstructionBuilder. createCallVirtual(ClassItem item)Create invoke instruction for virtual method.org.apache.bcel.generic.FieldInstructionInstructionBuilder. createGetField(ClassItem item)Create getfield instruction.org.apache.bcel.generic.FieldInstructionInstructionBuilder. createGetStatic(ClassItem item)Create getstatic instruction.org.apache.bcel.generic.FieldInstructionInstructionBuilder. createPutField(ClassItem item)Create putfield instruction.org.apache.bcel.generic.FieldInstructionInstructionBuilder. createPutStatic(ClassItem item)Create putstatic instruction.ClassItemBoundClass. getLoadMethod(ClassItem item, ClassFile from)Get load access method for member of this class.ClassItemBoundClass. getStoreMethod(ClassItem item, ClassFile from)Get store access method for member of this class.booleanClassFile. isAccessible(ClassItem item)Check accessible method.Constructors in org.jibx.binding.classes with parameters of type ClassItem Constructor Description ExistingMethod(org.apache.bcel.classfile.Method method, ClassItem item, ClassFile file)Constructor. -
Uses of ClassItem in org.jibx.binding.def
Fields in org.jibx.binding.def declared as ClassItem Modifier and Type Field Description protected ClassItemStringConversion. m_converterWhitespace conversion method information.protected ClassItemStringConversion. m_deserializerDeserializer method information.protected ClassItemStringConversion. m_serializerSerializer method information. -
Uses of ClassItem in org.jibx.binding.model
Methods in org.jibx.binding.model that return ClassItem Modifier and Type Method Description protected ClassItemClassItemWrapper. getClassItem()Get class item information.Methods in org.jibx.binding.model with parameters of type ClassItem Modifier and Type Method Description protected IClassItemClassWrapper. buildItem(ClassItem item)Build an item wrapper.Constructors in org.jibx.binding.model with parameters of type ClassItem Constructor Description ClassItemWrapper(IClass clas, ClassItem item)Constructor.
-