Package io.aether.common.expressions
Class Ctx
- java.lang.Object
-
- io.aether.common.expressions.Ctx
-
public class Ctx extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.invoke.MethodHandle[]methodHandlesjava.lang.reflect.Method[]methodsjava.lang.Object[]variablesio.aether.utils.CTypeI<java.lang.Object>[]variablesTypes
-
Constructor Summary
Constructors Constructor Description Ctx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckVariable(int i)voidset(int position, java.lang.Object v)voidset(java.lang.Object v)
-