Class OpCode$

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpCode$
    extends scala.Enumeration
    INTERNAL API
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class scala.Enumeration

        scala.Enumeration.Val, scala.Enumeration.Value, scala.Enumeration.ValueOrdering$, scala.Enumeration.ValueSet, scala.Enumeration.ValueSet$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static OpCode$ MODULE$
      Static reference to the singleton instance of this Scala object.
      • Fields inherited from class scala.Enumeration

        scala$Enumeration$$bottomId, scala$Enumeration$$topId
    • Constructor Summary

      Constructors 
      Constructor Description
      OpCode$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.Enumeration.Value IQUERY()  
      scala.Enumeration.Value QUERY()  
      scala.Enumeration.Value STATUS()  
      • Methods inherited from class scala.Enumeration

        apply, maxId, nextId, nextId_$eq, nextName, nextName_$eq, readResolve, scala$Enumeration$$nameOf, scala$Enumeration$$nextNameOrNull, scala$Enumeration$$vmap, scala$Enumeration$$vsetDefined_$eq, toString, Value, Value, Value, Value, ValueOrdering, values, ValueSet, withName
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final OpCode$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • OpCode$

        public OpCode$()
    • Method Detail

      • QUERY

        public scala.Enumeration.Value QUERY()
      • IQUERY

        public scala.Enumeration.Value IQUERY()
      • STATUS

        public scala.Enumeration.Value STATUS()