Inheritance diagram for org.byteml.ByteMLConstants:
Public Attributes | |
String | ROOT_NODE = "byteml" |
Package Attributes | |
String | VERSION = "0.5" |
String | ATTR_VERSION = "version" |
String | BYTEML_HOME = "http://byteml.sourceforge.net" |
String | BYTEML_AUTHOR = "Karthik Kumar - akkumar@users.sourceforge.net" |
String | ELE_CLASSINFO = "class" |
String | ATTR_NAME = "name" |
String | ATTR_SUPERCLASS = "superclass" |
String | ATTR_TYPE = "type" |
String | ATTR_QUALIFIER = "qualifier" |
String | TYPE_CLASS = "class" |
String | TYPE_INTERFACE = "interface" |
String | ELE_INTERFACES = "interfacelist" |
String | ELE_INTERFACE = "interface" |
String | COMMENT_INTERFACES |
String | COMMENT_FIELDS |
String | ELE_FIELDS = "fieldlist" |
String | ELE_FIELD = "field" |
String | ATTR_VALUE = "value" |
String | ELE_METHODS = "methodlist" |
String | ELE_METHOD = "method" |
String | COMMENT_METHODS |
String | ELE_ARGS = "arglist" |
String | ELE_ARG = "arg" |
String | ELE_METHODINFO = "methodinfo" |
String | ATTR_MAXSTACK = "maxStack" |
String | ATTR_MAXLOCALS = "maxLocals" |
String | ELE_BYTECODES = "bytecodes" |
String | ELE_OPCODE = "opcode" |
String | ATTR_INDEX = "index" |
String | ELE_CP = "constantpool" |
String | ELE_CPENTRY = "constantpoolentry" |
String | ELE_CASE = "case" |
String | ATTR_TAG = "tag" |
String | ATTR_PTR1 = "ptr1" |
String | ATTR_PTR2 = "ptr2" |
String | ATTR_TARGET = "target" |
String | ATTR_CPOINTER = "pool_pointer" |
String | ATTR_INTCOUNT = "interface_count" |
|
ConstantPool Pointer * |
|
Index attribute * |
|
Interface Count * |
|
MaxLocals attribute * |
|
MaxStack attribute * |
|
Fully Qualified class name * |
|
Pointer 1 * |
|
Pointer 2 * |
|
Qualifier of the class/method/field * |
|
SuperClass Name * |
|
Tag Byte * |
|
Target * |
|
Type of the class - interface / class . Possible values are TYPE_CLASS/TYPE_INTERFACE |
|
Attribute corresponding to a value of a field * |
|
Name of the attribute version of the root element * |
|
Author of ByteML * |
|
Home of byteml * |
|
Initial value: Fields present in this .class * |
|
Initial value: Comment for the interfaces. |
|
Initial value: Comment for the methods present in the class * |
|
Single argument * |
|
Argument list * |
|
Element <instructions> * |
|
Case Element * |
|
ClassInfo Element * |
|
ConstantPool * |
|
ConstantPool Entry * |
|
Element representing a single field * |
|
Element representing the fields. * |
|
Element representing the interface * |
|
Element representing the interfaces * |
|
Element corresponding to a method * |
|
Element Method Info * |
|
Element corresponding to a method list * |
|
Element <eleopcode> * |
|
Root node of any ByteML Document. * |
|
This is a Class * |
|
This type is an interface and not a class * |
|
Version of this byteml specification. * |