Modifier and type | Action and description |
---|---|
abstract boolean | isNamePatternForNotPureOperation(String) Replies if the given expression has a side effect in the context of the given operation. |
default boolean | isNamePatternForNotPureOperation(XtendFunction) Replies if the given operation has a name which is assumed to be for a pure function by default. |
default boolean | isNamePatternForNotPureOperation(JvmOperation) Replies if the given operation has a name which is assumed to be for a pure function by default. |
abstract boolean | isNamePatternForPureOperation(String) Replies if the given operation has a name which is assumed to be for a pure function by default. |
default boolean | isNamePatternForPureOperation(XtendFunction) Replies if the given operation has a name which is assumed to be for a pure function by default. |
default boolean | isNamePatternForPureOperation(JvmOperation) Replies if the given operation has a name which is assumed to be for a pure function by default. |
def isNamePatternForNotPureOperation(String) : boolean
def isNamePatternForNotPureOperation(XtendFunction) : boolean
def isNamePatternForNotPureOperation(JvmOperation) : boolean
def isNamePatternForPureOperation(String) : boolean
def isNamePatternForPureOperation(XtendFunction) : boolean
def isNamePatternForPureOperation(JvmOperation) : boolean