Global Function of coref.python.gdl
getInternalInheritance
pub fn getInternalInheritance(c: Class, n: string, a: Class) -> bool;
getInheritanceInTheSameModule
pub fn getInheritanceInTheSameModule(c: Class, n: string, a: Class) -> bool;
branchingIfExpression
- Parameter
tmp
:int
- Parameter
f
:int
- Return
bool
pub fn branchingIfExpression(tmp: int, f: int) -> bool;
branchingStatement
pub fn branchingStatement(tmp: Statement, f: Function) -> bool;
branchingExceptHandle
- Parameter
c
:ExceptHandler
- Parameter
f
:Function
- Return
bool
pub fn branchingExceptHandle(c: ExceptHandler, f: Function) -> bool;
getInheritanceFromImport
pub fn getInheritanceFromImport(cc: Class, n: string, a: Class) -> bool;
branchingMatchCase
pub fn branchingMatchCase(l: MatchCase, f: Function) -> bool;
branchingExpression
- Parameter
tmp1
:int
- Parameter
tmp2
:int
- Return
bool
pub fn branchingExpression(tmp1: int, tmp2: int) -> bool;
branchingBooleanExpression
- Parameter
tmp
:int
- Parameter
size
:int
- Return
bool
pub fn branchingBooleanExpression(tmp: int, size: int) -> bool;
isCommentElement
- Parameter
e
:CombineElement
- Return
bool
pub fn isCommentElement(e: CombineElement) -> bool;