Global Function of coref.python.gdl

getInternalInheritance

  • Parameter c: Class
  • Parameter n: string
  • Parameter a: Class
  • Return bool
pub fn getInternalInheritance(c: Class, n: string, a: Class) -> bool;

getInheritanceInTheSameModule

  • Parameter c: Class
  • Parameter n: string
  • Parameter a: Class
  • Return bool
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

pub fn branchingExceptHandle(c: ExceptHandler, f: Function) -> bool;

getInheritanceFromImport

  • Parameter cc: Class
  • Parameter n: string
  • Parameter a: Class
  • Return bool
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

pub fn isCommentElement(e: CombineElement) -> bool;