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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. val BOOL: PredefinedEnumVal

  5. val BYTES: PredefinedEnumVal

  6. val DOUBLE: PredefinedEnumVal

  7. val FIXED32: PredefinedEnumVal

  8. val FIXED64: PredefinedEnumVal

  9. val FLOAT: PredefinedEnumVal

  10. val INT32: PredefinedEnumVal

  11. val INT64: PredefinedEnumVal

  12. val SFIXED32: PredefinedEnumVal

  13. val SFIXED64: PredefinedEnumVal

  14. val SINT32: PredefinedEnumVal

  15. val SINT64: PredefinedEnumVal

  16. val STRING: PredefinedEnumVal

  17. val UINT32: PredefinedEnumVal

  18. val UINT64: PredefinedEnumVal

  19. 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.

  20. final def asInstanceOf[T0]: T0

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

  22. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. 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
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum

Inherited from AnyRef

Inherited from Any

Ungrouped