public class VariableChange extends Change
Constructor and Description |
---|
VariableChange(Context context,
Variable variable,
Object newValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
Variable |
getElement()
Returns the changed element.
|
Object |
getNewValue()
Returns new value of the variable.
|
boolean |
isValueChange()
Returns true if it is change of a variable or record field.
|
isDebuggerRelevant
public Variable getElement()
Change
getElement
in class Change
public Context getContext()
public Object getNewValue()
public boolean isValueChange()
Change
isValueChange
in class Change
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.