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

PrimDesc Struct Reference

#include <prim.h>

List of all members.

Public Members

char* name ()
primType type ()
fntype fn ()
primExprType etype ()
bool canFail ()
bool canScavenge ()
bool canBeConstantFolded ()
bool cantBeMovedOrCut ()
bool canWalkStack ()
bool canAbortProcess ()
bool needsNLRCode ()
char* docString ()
void verify ()
char* _name
fntype _fn
primType _type
primExprType _etype
bool _canFail
bool _canScavenge
bool _canBeConstantFolded
bool _cantBeMovedOrCut
bool _canWalkStack
bool _canAbortProcess
char* _docString


Detailed Description


Member Function Documentation

char * PrimDesc::name () [inline]

primType PrimDesc::type () [inline]

fntype PrimDesc::fn () [inline]

primExprType PrimDesc::etype () [inline]

bool PrimDesc::canFail () [inline]

bool PrimDesc::canScavenge () [inline]

bool PrimDesc::canBeConstantFolded () [inline]

bool PrimDesc::cantBeMovedOrCut () [inline]

bool PrimDesc::canWalkStack () [inline]

bool PrimDesc::canAbortProcess () [inline]

bool PrimDesc::needsNLRCode () [inline]

char * PrimDesc::docString () [inline]

void PrimDesc::verify () [inline]


Member Data Documentation

char* PrimDesc::_name

fntype PrimDesc::_fn

primType PrimDesc::_type

primExprType PrimDesc::_etype

bool PrimDesc::_canFail

bool PrimDesc::_canScavenge

bool PrimDesc::_canBeConstantFolded

bool PrimDesc::_cantBeMovedOrCut

bool PrimDesc::_canWalkStack

bool PrimDesc::_canAbortProcess

char* PrimDesc::_docString


The documentation for this struct was generated from the following files:
Generated at Tue Jun 27 12:08:56 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999