public class InstanceOfDataTypeCheck extends CheckOperation
| Constructor and Description |
|---|
InstanceOfDataTypeCheck(int position,
org.eclipse.emf.ecore.EDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(MatchingFrame frame)
Executes the checking operation
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString() |
execute, onBacktrack, onInitializepublic InstanceOfDataTypeCheck(int position,
org.eclipse.emf.ecore.EDataType dataType)
protected boolean check(MatchingFrame frame)
CheckOperationcheck in class CheckOperationpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<java.lang.Integer> getVariablePositions()