Class Ctx


  • public class Ctx
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.invoke.MethodHandle[] methodHandles  
      java.lang.reflect.Method[] methods  
      java.lang.Object[] variables  
      io.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
      void checkVariable​(int i)  
      void set​(int position, java.lang.Object v)  
      void set​(java.lang.Object v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • methods

        public java.lang.reflect.Method[] methods
      • methodHandles

        public java.lang.invoke.MethodHandle[] methodHandles
      • variables

        public java.lang.Object[] variables
      • variablesTypes

        public io.aether.utils.CTypeI<java.lang.Object>[] variablesTypes
    • Constructor Detail

      • Ctx

        public Ctx()
    • Method Detail

      • set

        public void set​(java.lang.Object v)
      • set

        public void set​(int position,
                        java.lang.Object v)
      • checkVariable

        public void checkVariable​(int i)