Package io.activej.codegen.expression
Interface StoreDef
- All Known Subinterfaces:
Variable
- All Known Implementing Classes:
VarLocal
public interface StoreDef
These are basic methods that allow to write the state and to process data
-
Method Details
-
beginStore
Returns type of the owner's load- Parameters:
ctx- information about a dynamic class- Returns:
- type of the owner's load
-
store
- Parameters:
ctx- information about a dynamic classstoreContext- type of ownertype- type of value
-