Modifier and type | Field and description |
---|---|
public static val java.lang.String | SPECIAL_NOTPURE_FUNCTION_NAME_PATTERNS Regular expression patterns that matches the names of functions usually considered as not pure. |
public static val java.lang.String | SPECIAL_PURE_FUNCTION_NAME_PATTERNS Regular expression patterns that matches the names of functions usually considered as pure. |
Constructor and description |
---|
new Construct the helper. |
new(String*) Construct the helper. |
Modifier and type | Action and description |
---|---|
boolean | isNamePatternForNotPureOperation(String) |
boolean | isNamePatternForPureOperation(String) |
public static val SPECIAL_NOTPURE_FUNCTION_NAME_PATTERNS : java.lang.String
public static val SPECIAL_PURE_FUNCTION_NAME_PATTERNS : java.lang.String
new
new(String*)
def isNamePatternForNotPureOperation(String) : boolean
def isNamePatternForPureOperation(String) : boolean