Class FunctionTable.TableGroupResolver.TableGVResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int set_index  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TableGVResolver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TObject resolve​(Variable variable)
      Returns the value of a given variable.
      TType returnTType​(Variable variable)
      Returns the TType of object the given variable is.
      int setID()
      A number that uniquely identifies the current state of the variable resolver.
      (package private) void setIndex​(int set_index)  
      • Methods inherited from class java.lang.Object

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

      • set_index

        private int set_index
    • Constructor Detail

      • TableGVResolver

        private TableGVResolver()
    • Method Detail

      • setIndex

        void setIndex​(int set_index)
      • setID

        public int setID()
        Description copied from interface: VariableResolver
        A number that uniquely identifies the current state of the variable resolver. This typically returns the row_index of the table we are resolving variables on.
        Specified by:
        setID in interface VariableResolver