Main Page   Compound List   Compound Members  

ConstructorType Class Reference

List of all members.

Public Methods

 ConstructorType ()
void addConstructor (final int index, final boolean isDefConstructor)
void remove (final int index)
boolean returnConstructorElement (final int index)

Static Public Methods

void main (String[] args)

Detailed Description

Check default constructors ConstructorType

Author:
Roni Hursti
Version:
1.0
See also:
ArrayList
Since:
jdk1.2


Member Function Documentation

void ConstructorType::addConstructor final int    index,
final boolean    isDefConstructor
[inline]
 

add constructor elem

Parameters:
index  to add the element
isDefConstructor  element value

void ConstructorType::remove final int    index [inline]
 

Remove an element for the array list

Parameters:
index  removed element

boolean ConstructorType::returnConstructorElement final int    index [inline]
 

return constructor element

Parameters:
index  which be returned
Returns:
the element's value


The documentation for this class was generated from the following file:
Generated on Tue Oct 29 08:52:10 2002 for JavaChecker by doxygen1.2.15