Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

BE_Node Class Reference

Collaboration diagram for BE_Node:

Collaboration graph
[legend]
List of all members.

Public Methods

 BE_Node (SimpleNode fEN)
SimpleNode getFENode ()

Public Attributes

SimpleNode fENode

Detailed Description

BE_SimpleNode is the interface that should be implemented by all backend node classes used by the compiler.

Definition at line 36 of file BE_Node.java.


Constructor & Destructor Documentation

BE_Node::BE_Node ( SimpleNode fEN ) [inline]
 

Definition at line 39 of file BE_Node.java.

00039 { fENode=fEN; }


Member Function Documentation

SimpleNode BE_Node::getFENode ( ) [inline]
 

Definition at line 40 of file BE_Node.java.

00040 { return fENode; }


Member Data Documentation

SimpleNode BE_Node::fENode
 

Definition at line 37 of file BE_Node.java.


The documentation for this class was generated from the following file:
Generated at Fri May 31 19:23:44 2002 for Jonathan by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001