[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

DebugPackageField

inherits from Object

Object <- DebugPackageField



Operations

Get list of all operations

Class DebugPackageField defines no new operations.


Attributes

Get list of all attributes

Class DebugPackageField defines no new attributes.


Fields

Field Type
DebugPackageField: name: Unsigned
typeKind: UnsignedShort


Instance template

instance DebugPackageField tag;
           name: 0;
       typeKind: 0;
end instance;

Class definition

 
Define Class DebugPackageField;
    inherits from Object;
    
    field name: Unsigned;
    field typeKind: UnsignedShort;
end class;