Package com.tonic.analysis.query.eval
Class Subject.FieldAccessSubject
- java.lang.Object
-
- com.tonic.analysis.query.eval.Subject.FieldAccessSubject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tonic.analysis.query.eval.Subject
Subject.ArgSubject, Subject.BootstrapArgSubject, Subject.CallSubject, Subject.ClassSubject, Subject.DynamicSubject, Subject.FieldAccessSubject, Subject.InstructionSubject, Subject.MethodSubject, Subject.ParamSubject
-
-
Constructor Summary
Constructors Constructor Description FieldAccessSubject(Instruction instruction, EvalContext context)Binds the cursor to a field read or write.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvalContextcontext()Instructioninstruction()SubjectKindkind()
-
-
-
Constructor Detail
-
FieldAccessSubject
public FieldAccessSubject(Instruction instruction, EvalContext context)
Binds the cursor to a field read or write.- Parameters:
instruction- the field access instructioncontext- the shared evaluation context
-
-
Method Detail
-
instruction
public Instruction instruction()
- Returns:
- the field access instruction
-
kind
public SubjectKind kind()
-
context
public EvalContext context()
-
-