Trait

com.lkroll.roll20.core

RollExpression

Related Doc: package core

Permalink

sealed trait RollExpression[T] extends Renderable

Linear Supertypes
Renderable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RollExpression
  2. Renderable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def render: String

    Permalink
    Definition Classes
    Renderable
  2. abstract def replaceQuery[QT](replacement: QueryReplacer[QT]): RollExpression[T]

    Permalink
  3. abstract def transformForAccess(f: AccessTransformer): RollExpression[T]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(other: FieldLike[T])(implicit n: Numeric[T], labelFields: LabelFields): ModExpr[T]

    Permalink
  4. def %(other: ArithmeticExpression[T])(implicit n: Numeric[T]): ModExpr[T]

    Permalink
  5. def &(option: RollOption): WithOption[T]

    Permalink
  6. def *(other: FieldLike[T])(implicit n: Numeric[T], labelFields: LabelFields): MultExpr[T]

    Permalink
  7. def *(other: ArithmeticExpression[T])(implicit n: Numeric[T]): MultExpr[T]

    Permalink
  8. def +(other: FieldLike[T])(implicit n: Numeric[T], labelFields: LabelFields): PlusExpr[T]

    Permalink
  9. def +(other: ArithmeticExpression[T])(implicit n: Numeric[T]): PlusExpr[T]

    Permalink
  10. def -(other: FieldLike[T])(implicit n: Numeric[T], labelFields: LabelFields): MinusExpr[T]

    Permalink
  11. def -(other: ArithmeticExpression[T])(implicit n: Numeric[T]): MinusExpr[T]

    Permalink
  12. def /(other: FieldLike[T])(implicit n: Numeric[T], labelFields: LabelFields): DivExpr[T]

    Permalink
  13. def /(other: ArithmeticExpression[T])(implicit n: Numeric[T]): DivExpr[T]

    Permalink
  14. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def arith(implicit n: Numeric[T]): ArithmeticExpression[T]

    Permalink
  16. def as[O](implicit arg0: Numeric[O], n: Numeric[T]): ArithmeticExpression[O]

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def forCharacter(characterName: String): RollExpression[T]

    Permalink
  22. def forSelected(): RollExpression[T]

    Permalink
  23. def forTarget(targetName: String): RollExpression[T]

    Permalink
  24. def forTarget(): RollExpression[T]

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def label(s: String): LabelledRoll[T]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped