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

This stores a reference to a BeginInst. 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 BeginInst.

Definition at line 504 of file Instructions.hpp.

Constructor & Destructor Documentation

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

Definition at line 509 of file Instructions.hpp.

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

copy constructor

Definition at line 511 of file Instructions.hpp.

Member Function Documentation

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

Definition at line 527 of file Instructions.hpp.

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

Definition at line 523 of file Instructions.hpp.

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

copy assignment operator

Definition at line 513 of file Instructions.hpp.

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

Definition at line 518 of file Instructions.hpp.

Field Documentation

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

Definition at line 506 of file Instructions.hpp.


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