Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

JArray Struct Reference

#include <rt_JArray.h>

Inheritance diagram for JArray:

JObject List of all members.

Public Methods

void _init_ ()
JObjectclone ()
char* toAddress (int index)
char* _toAddress (int index)
char* tryToAddress (int index)
char* _tryToAddress (int index)
JValue get (int index)
void set (int index, JValue)
void setBytes (int index, int length, char *src)
void setObject (JInt index, JReference)
void setBoolean (JInt index, JBoolean)
void setByte (JInt index, JByte)
void setChar (JInt index, JChar)
void setShort (JInt index, JShort)
void setInt (JInt index, JInt)
void setLong (JInt index, JLong)
void setFloat (JInt index, JFloat)
void setDouble (JInt index, JDouble)
JObjectgetObject (JInt index)
JBoolean getBoolean (JInt index)
JByte getByte (JInt index)
JChar getChar (JInt index)
JShort getShort (JInt index)
JInt getInt (JInt index)
JLong getLong (JInt index)
JFloat getFloat (JInt index)
JDouble getDouble (JInt index)
JReference _getObject (int index)
JBoolean _getBoolean (int index)
JByte _getByte (int index)
JChar _getChar (int index)
JShort _getShort (int index)
JInt _getInt (int index)
JLong _getLong (int index)
JFloat _getFloat (int index)
JDouble _getDouble (int index)
void _setObject (int index, JReference)
void _setBoolean (int index, JBoolean)
void _setByte (int index, JByte)
void _setChar (int index, JChar)
void _setShort (int index, JShort)
void _setInt (int index, JInt)
void _setLong (int index, JLong)
void _setFloat (int index, JFloat)
void _setDouble (int index, JDouble)
void copy (int srcIndex, JArray *dst, int dstIndex, int length)
void copy (int srcIndex, int dstIndex, int length)
boolean_t isOutOfBounds (int index)
boolean_t _isOutOfBounds (int index)
boolean_t isValid (int index, int length)
boolean_t containsElementType ()
boolean_t isComponentPrimitive ()
int length ()
void length (int)
atype_enum atype ()
JClasscomponentClass ()

Static Public Methods

void init1 ()


Detailed Description


Member Function Documentation

JBoolean JArray::_getBoolean ( int index)

JByte JArray::_getByte ( int index)

JChar JArray::_getChar ( int index)

JDouble JArray::_getDouble ( int index)

JFloat JArray::_getFloat ( int index)

JInt JArray::_getInt ( int index)

JLong JArray::_getLong ( int index)

JReference JArray::_getObject ( int index)

JShort JArray::_getShort ( int index)

void JArray::_init_ ()

Reimplemented from JObject.

boolean_t JArray::_isOutOfBounds ( int index) [inline]

void JArray::_setBoolean ( int index,
JBoolean)

void JArray::_setByte ( int index,
JByte)

void JArray::_setChar ( int index,
JChar)

void JArray::_setDouble ( int index,
JDouble)

void JArray::_setFloat ( int index,
JFloat)

void JArray::_setInt ( int index,
JInt)

void JArray::_setLong ( int index,
JLong)

void JArray::_setObject ( int index,
JReference v)

void JArray::_setShort ( int index,
JShort)

char * JArray::_toAddress ( int index)

char * JArray::_tryToAddress ( int index)

atype_enum JArray::atype () [inline]

JObject * JArray::clone ( void)

Reimplemented from JObject.

JClass * JArray::componentClass () [inline]

boolean_t JArray::containsElementType ()

void JArray::copy ( int srcIndex,
int dstIndex,
int length)

void JArray::copy ( int srcIndex,
JArray * dst,
int dstIndex,
int length)

JValue JArray::get ( int index)

JBoolean JArray::getBoolean ( JInt index)

JByte JArray::getByte ( JInt index)

JChar JArray::getChar ( JInt index)

JDouble JArray::getDouble ( JInt index)

JFloat JArray::getFloat ( JInt index)

JInt JArray::getInt ( JInt index)

JLong JArray::getLong ( JInt index)

JObject * JArray::getObject ( JInt index)

JShort JArray::getShort ( JInt index)

void JArray::init1 () [static]

boolean_t JArray::isComponentPrimitive ()

boolean_t JArray::isOutOfBounds ( int index) [inline]

boolean_t JArray::isValid ( int index,
int len) [inline]

void JArray::length ( int l) [inline]

int JArray::length () [inline]

void JArray::set ( int index,
JValue v)

void JArray::setBoolean ( JInt index,
JBoolean v)

void JArray::setByte ( JInt index,
JByte v)

void JArray::setBytes ( int index,
int length,
char * src)

void JArray::setChar ( JInt index,
JChar v)

void JArray::setDouble ( JInt index,
JDouble v)

void JArray::setFloat ( JInt index,
JFloat v)

void JArray::setInt ( JInt index,
JInt v)

void JArray::setLong ( JInt index,
JLong v)

void JArray::setObject ( JInt index,
JReference newvalue)

void JArray::setShort ( JInt index,
JShort v)

char * JArray::toAddress ( int index)

char * JArray::tryToAddress ( int index)


The documentation for this struct was generated from the following files:
Generated at Mon Jul 31 13:43:35 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000