public abstract class LogOp extends Operator
parent| Constructor and Description |
|---|
LogOp(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, getVariableLengthaddTypeInsertPoints, equals, getDescription, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesTypeprotected java.util.Hashtable<RefType,RefType> getOperatorTypes()
getOperatorTypes in class OperatorPattern: Template Methodpublic java.util.HashMap<ConstraintType,ConstraintType> getReturnTypes(TypeAssumptions ass)
OperatorgetReturnTypes in class Operator