Interface Assignment<D extends Expression>
- Type Parameters:
D- the destination type
- All Known Implementing Classes:
BinaryNode, UnaryNode, VarNode
public interface Assignment<D extends Expression>
Can a node be an assignment under certain circumstances? Then it should implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet assignment destination.Get the assignment source.
-
Method Details
-
getAssignmentDest
-
getAssignmentSource
-