Class EntryPointV2


  • public class EntryPointV2
    extends java.lang.Object
    The entry point for the V2 Casper VM. TODO Delete this class there is no corresponding class in the Casper node
    • Constructor Detail

      • EntryPointV2

        public EntryPointV2()
      • EntryPointV2

        public EntryPointV2​(int flags,
                            int functionIndex)
    • Method Detail

      • getFlags

        public int getFlags()
        The flags
      • getFunctionIndex

        public int getFunctionIndex()
        The selector.
      • setFlags

        public void setFlags​(int flags)
        The flags
      • setFunctionIndex

        public void setFunctionIndex​(int functionIndex)
        The selector.