SwitchStatementDO

/** * @brief DO class: A switch statement. */ 

Primary key: element_hash_id: int

schema SwitchStatementDO { @primary element_hash_id: int, discriminant_hash_id: int, body_declaration_hash_id: int } 

SwitchStatementDO::getBodyDeclarationHashId

/** * @brief gets the body declaration hash id of this element. * @return int */ 
pub fn getBodyDeclarationHashId(self: SwitchStatementDO) -> int; 

SwitchStatementDO::__all__

Data constraint method.

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

SwitchStatementDO::getDiscriminantHashId

/** * @brief gets the discriminant hash id of this element. * @return int */ 
pub fn getDiscriminantHashId(self: SwitchStatementDO) -> int;