net.sandrogrzicic.scalabuff.compiler

FieldTypes

object FieldTypes extends Enum

Field types; both predefined and custom types are an instance of FieldTypes.EnumVal.

Linear Supertypes
Enum, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldTypes
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CustomEnumVal extends EnumVal with Product with Serializable

    A custom field type representing a Message or an Enum.

  2. trait EnumVal extends Value

    Represents a predefined field type.

  3. case class PredefinedEnumVal extends EnumVal with Product with Serializable

    A predefined field type; immutable.

  4. trait Value extends AnyRef

    Attributes
    protected
    Definition Classes
    Enum

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BOOL: PredefinedEnumVal

  7. val BYTES: PredefinedEnumVal

  8. val DOUBLE: PredefinedEnumVal

  9. val FIXED32: PredefinedEnumVal

  10. val FIXED64: PredefinedEnumVal

  11. val FLOAT: PredefinedEnumVal

  12. val INT32: PredefinedEnumVal

  13. val INT64: PredefinedEnumVal

  14. val SFIXED32: PredefinedEnumVal

  15. val SFIXED64: PredefinedEnumVal

  16. val SINT32: PredefinedEnumVal

  17. val SINT64: PredefinedEnumVal

  18. val STRING: PredefinedEnumVal

  19. val UINT32: PredefinedEnumVal

  20. val UINT64: PredefinedEnumVal

  21. def apply(fieldType: String): EnumVal

    Returns an immutable FieldType.

    Returns an immutable FieldType.PredefinedEnumVal based on the specified proto field type, or a new EnumVal with a null default value if it's a custom Message or Enum type.

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. implicit def buffString(string: String): BuffedString

  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def values: Vector[EnumVal]

    Get all the enums that exist for this type.

    Get all the enums that exist for this type.

    Definition Classes
    Enum
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum

Inherited from AnyRef

Inherited from Any

Ungrouped