Uses of Interface
pascal.taie.ir.exp.LValue
Packages that use LValue
-
Uses of LValue in pascal.taie.ir.exp
Classes in pascal.taie.ir.exp that implement LValueModifier and TypeClassDescriptionclass
Representation of array access expression, e.g., a[i].class
Representation of field access expressions.class
Representation of instance field access expression, e.g., o.f.class
Representation of static field access expression, e.g., T.f.class
Representation of method/constructor parameters, lambda parameters, exception parameters, and local variables. -
Uses of LValue in pascal.taie.ir.stmt
Classes in pascal.taie.ir.stmt with type parameters of type LValueModifier and TypeClassDescriptionclass
AssignStmt<L extends LValue,
R extends RValue> Representation of assign statements.class
DefinitionStmt<L extends LValue,
R extends RValue> Representation of all definition statements, i.e., exp1 = exp2.class
Load/Store field statements.Methods in pascal.taie.ir.stmt that return types with arguments of type LValue