Global Function of coref.java.gdl
isBlock
- Parameter
s
:Statement
- Return
bool
pub fn isBlock(s: Statement) -> bool;
branchingExpression
- Parameter
expr
:Expression
- Return
bool
pub fn branchingExpression(expr: Expression) -> bool;
branchingStatement
- Parameter
s
:Statement
- Return
bool
pub fn branchingStatement(s: Statement) -> bool;
branchingSwitchCase
- Parameter
c
:ConstSwitchLabelStatement
- Return
bool
pub fn branchingSwitchCase(c: ConstSwitchLabelStatement) -> bool;
isStaticClass
- Parameter
c
:NestedClass
- Return
bool
pub fn isStaticClass(c: NestedClass) -> bool;
hasEnumDefaultValue
- Parameter
f
:EnumConstant
- Return
bool
pub fn hasEnumDefaultValue(f: EnumConstant) -> bool;
hasDefaultValue
- Parameter
f
:Field
- Return
bool
pub fn hasDefaultValue(f: Field) -> bool;
lowerToUpper
// util function, convert letters to upper and lower case
- Parameter
m
:string
- Parameter
n
:string
- Return
bool
pub fn lowerToUpper(m: string, n: string) -> bool;
isDirectCall
- Parameter
e
:CallExpression
- Return
bool
pub fn isDirectCall(e: CallExpression) -> bool;
getCallerByMatchingCallsiteName
- Parameter
m
:MethodAccessExpression
- Parameter
tmp
:Method
- Return
bool
pub fn getCallerByMatchingCallsiteName(m: MethodAccessExpression, tmp: Method) -> bool;
isAnonymousMethod
- Parameter
c
:Callable
- Return
bool
pub fn isAnonymousMethod(c: Callable) -> bool;
isArrayInitializer
- Parameter
a
:int
- Return
bool
pub fn isArrayInitializer(a: int) -> bool;
branchingPolyadicExpression
- Parameter
c
:ConditionalPolyadicExpression
- Parameter
i
:int
- Return
bool
pub fn branchingPolyadicExpression(c: ConditionalPolyadicExpression, i: int) -> bool;