Packages

t

raw.compiler.rql2.builtin

XmlEntryExtensionHelper

trait XmlEntryExtensionHelper extends EntryExtensionHelper

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlEntryExtensionHelper
  2. EntryExtensionHelper
  3. Rql2TypeUtils
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def addProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  5. final def addProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  6. final val anything: AnythingType
    Definition Classes
    EntryExtensionHelper
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final val binary: Rql2BinaryType
    Definition Classes
    EntryExtensionHelper
  9. final val bool: Rql2BoolType
    Definition Classes
    EntryExtensionHelper
  10. final val byte: Rql2ByteType
    Definition Classes
    EntryExtensionHelper
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. final val date: Rql2DateType
    Definition Classes
    EntryExtensionHelper
  13. final val decimal: Rql2DecimalType
    Definition Classes
    EntryExtensionHelper
  14. final val double: Rql2DoubleType
    Definition Classes
    EntryExtensionHelper
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final val float: Rql2FloatType
    Definition Classes
    EntryExtensionHelper
  18. final def getBoolValue(v: Arg): Boolean
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def getEncodingValue(v: Arg): Either[String, Encoding]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  21. final def getIntValue(v: Arg): Int
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  22. final def getListKVValue(v: Arg): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  23. final def getListOptionStringValue(v: Arg): Seq[Option[String]]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  24. final def getListStringValue(v: Arg): Seq[String]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  25. final def getLocationValue(v: Arg): LocationDescription
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  26. final def getMandatoryArgExp(mandatoryArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  27. final def getOptionalArgExp(optionalArgs: Seq[(String, Arg)], idn: String): Option[Exp]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  28. final def getProps(t: Type): Set[Rql2TypeProperty]
    Definition Classes
    Rql2TypeUtils
  29. final def getStringValue(v: Arg): String
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  30. final def getVarArgsExp(varArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  31. def getXmlInferrerProperties(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)]): Either[String, XmlInferrerProperties]
    Attributes
    protected
  32. final def hasTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. final def inferTypeToRql2Type(t: SourceType, makeNullable: Boolean, makeTryable: Boolean): Type
    Definition Classes
    Rql2TypeUtils
  35. final val int: Rql2IntType
    Definition Classes
    EntryExtensionHelper
  36. final val integer: OneOfType
    Definition Classes
    EntryExtensionHelper
  37. final val interval: Rql2IntervalType
    Definition Classes
    EntryExtensionHelper
  38. def isComparable(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def isTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  41. final val iterable: Rql2IterableType
    Definition Classes
    EntryExtensionHelper
  42. final val list: Rql2ListType
    Definition Classes
    EntryExtensionHelper
  43. final val location: Rql2LocationType
    Definition Classes
    EntryExtensionHelper
  44. final def locationValueToExp(v: Arg): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  45. final val long: Rql2LongType
    Definition Classes
    EntryExtensionHelper
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. final val number: OneOfType
    Definition Classes
    EntryExtensionHelper
  50. final val numberOrString: OneOfType
    Definition Classes
    EntryExtensionHelper
  51. def rawTypeToRql2Type(t: RawType): Type
    Definition Classes
    Rql2TypeUtils
  52. def rawValueToRql2Value(v: RawValue, t: RawType): Value
    Definition Classes
    Rql2TypeUtils
  53. final def removeProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  54. final def removeProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  55. final def resetProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  56. def rql2TypeToRawType(t: Type): Option[RawType]
    Definition Classes
    Rql2TypeUtils
  57. final val short: Rql2ShortType
    Definition Classes
    EntryExtensionHelper
  58. final val string: Rql2StringType
    Definition Classes
    EntryExtensionHelper
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. final val temporal: OneOfType
    Definition Classes
    EntryExtensionHelper
  61. final val time: Rql2TimeType
    Definition Classes
    EntryExtensionHelper
  62. final val timestamp: Rql2TimestampType
    Definition Classes
    EntryExtensionHelper
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def validateAttributeType(t: Type): Either[Seq[UnsupportedType], Type]
    Attributes
    protected
  65. def validateXmlType(t: Type): Either[Seq[UnsupportedType], Type]
    Attributes
    protected
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from EntryExtensionHelper

Inherited from Rql2TypeUtils

Inherited from AnyRef

Inherited from Any

Ungrouped