CACAO
Public Member Functions | Private Attributes
cacao::jit::compiler2::BeginInstRef Class Reference

this stores a reference to a begin instruction More...

Public Member Functions

 BeginInstRef (BeginInst *BI)
 
 BeginInstRef (const BeginInstRef &other)
 copy constructor More...
 
BeginInstRefoperator= (const BeginInstRef &other)
 copy assignment operator More...
 
BeginInstRefoperator= (BeginInst *BI)
 
 operator BeginInst * ()
 
BeginInstget () const
 

Private Attributes

BeginInstbegin
 

Detailed Description

this stores a reference to a begin instruction

Definition at line 162 of file Instructions.hpp.

Constructor & Destructor Documentation

cacao::jit::compiler2::BeginInstRef::BeginInstRef ( BeginInst BI)
inlineexplicit

Definition at line 167 of file Instructions.hpp.

cacao::jit::compiler2::BeginInstRef::BeginInstRef ( const BeginInstRef other)
inline

copy constructor

Definition at line 169 of file Instructions.hpp.

Member Function Documentation

BeginInst* cacao::jit::compiler2::BeginInstRef::get ( ) const
inline

Definition at line 185 of file Instructions.hpp.

cacao::jit::compiler2::BeginInstRef::operator BeginInst * ( )
inline

Definition at line 181 of file Instructions.hpp.

BeginInstRef& cacao::jit::compiler2::BeginInstRef::operator= ( const BeginInstRef other)
inline

copy assignment operator

Definition at line 171 of file Instructions.hpp.

BeginInstRef& cacao::jit::compiler2::BeginInstRef::operator= ( BeginInst BI)
inline

Definition at line 176 of file Instructions.hpp.

Field Documentation

BeginInst* cacao::jit::compiler2::BeginInstRef::begin
private

Definition at line 164 of file Instructions.hpp.


The documentation for this class was generated from the following file: