Class ReferenceOperations
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.ReferenceOperations
-
public class ReferenceOperations extends java.lang.ObjectImplements reference operations.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static IOperationEvaluatorREF_BYImplements the "refBy" dereferencing operation.
-
Constructor Summary
Constructors Modifier Constructor Description privateReferenceOperations()Prevents external creation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Registers the defined operations.
-
-
-
Field Detail
-
REF_BY
static final IOperationEvaluator REF_BY
Implements the "refBy" dereferencing operation.
-
-