Package com.tonic.analysis.query.eval
Class Subject.BootstrapArgSubject
- java.lang.Object
-
- com.tonic.analysis.query.eval.Subject.BootstrapArgSubject
-
-
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 BootstrapArgSubject(int cpIndex, EvalContext context)Binds the cursor to a static bootstrap argument.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvalContextcontext()intcpIndex()SubjectKindkind()
-
-
-
Constructor Detail
-
BootstrapArgSubject
public BootstrapArgSubject(int cpIndex, EvalContext context)Binds the cursor to a static bootstrap argument.- Parameters:
cpIndex- the argument's constant pool indexcontext- the shared evaluation context
-
-
Method Detail
-
cpIndex
public int cpIndex()
- Returns:
- the argument's constant pool index
-
kind
public SubjectKind kind()
-
context
public EvalContext context()
-
-