BlockStatementDO

/** * @brief DO class: A block statement (sequence of statements surrounded with curly braces). */ 

Primary key: element_hash_id: int

schema BlockStatementDO { @primary element_hash_id: int, code_block_hash_id: int } 

BlockStatementDO::getCodeBlockHashId

/** * @brief gets the code block hash id of this element. * @return int */ 
pub fn getCodeBlockHashId(self: BlockStatementDO) -> int; 

BlockStatementDO::__all__

Data constraint method.

pub fn __all__(db: JavaDB) -> *BlockStatementDO;