public abstract class RelOp extends Operator
parent
Constructor and Description |
---|
RelOp(int offset,
int variableLength) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Hashtable<RefType,RefType> |
getOperatorTypes() |
java.util.HashMap<ConstraintType,ConstraintType> |
getReturnTypes(TypeAssumptions ass)
Liefert eine HashMap der Form: HashMap
|
getChildren, getOffset, getVariableLength
addTypeInsertPoints, equals, getDescription, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesType
protected java.util.Hashtable<RefType,RefType> getOperatorTypes()
getOperatorTypes
in class Operator
Pattern: Template Method
public java.util.HashMap<ConstraintType,ConstraintType> getReturnTypes(TypeAssumptions ass)
Operator
getReturnTypes
in class Operator