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

BasicType Class Reference

Inheritance diagram for BasicType:
[legend]
Collaboration diagram for BasicType:
[legend]
List of all members.

Public Methods

boolean equals (Object type)

Static Public Methods

final BasicType getType (byte type)
final BasicType getType (byte type)

Private Methods

 BasicType (byte type)
 BasicType (byte type)

Detailed Description

Denotes basic type such as int.

Version:
Id:
BasicType.java,v 1.1.1.1 2002/01/24 03:44:03 pserver Exp
Author:
M. Dahm

Definition at line 9 of file lib/jpf/de/fub/bytecode/generic/BasicType.java.


Constructor & Destructor Documentation

BasicType::BasicType byte   type [inline, private]
 

Constructor for basic types such as int, long, `void'

Parameters:
type   one of T_INT, T_BOOLEAN, ..., T_VOID
See also:
de.fub.bytecode.Constants

Definition at line 16 of file lib/jpf/de/fub/bytecode/generic/BasicType.java.

BasicType::BasicType byte   type [inline, private]
 

Constructor for basic types such as int, long, `void'

Parameters:
type   one of T_INT, T_BOOLEAN, ..., T_VOID
See also:
de.fub.bytecode.Constants

Definition at line 18 of file src/de/fub/bytecode/generic/BasicType.java.


Member Function Documentation

boolean BasicType::equals Object   type [inline]
 

Returns:
true if both type objects refer to the same type

Reimplemented from Type.

Definition at line 26 of file src/de/fub/bytecode/generic/BasicType.java.


The documentation for this class was generated from the following files:
Generated at Thu Feb 7 07:05:12 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001