Class JavaObjectFieldAccessOperator

All Implemented Interfaces:
AnalysisResult, Evaluator, Expression

public class JavaObjectFieldAccessOperator extends AbstractBinaryOperator
This is the highest priority operator (priority 1) that is used to access a field of an object. This operator is the (.) dot operator.
Author:
Peter Verhas