Trait

com.lkroll.roll20.core

IntRollExpression

Related Doc: package core

Permalink

sealed trait IntRollExpression extends RollExpression[Int]

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

Abstract Value Members

  1. abstract def ++(mod: RollModifier): IntRollExpression

    Permalink
  2. abstract def render: String

    Permalink
    Definition Classes
    Renderable
  3. abstract def replaceQueryIRE(replacement: QueryReplacer[Int]): IntRollExpression

    Permalink
    Attributes
    protected[com.lkroll.roll20.core]
  4. abstract def transformForAccessIRE(f: AccessTransformer): IntRollExpression

    Permalink
    Attributes
    protected[com.lkroll.roll20.core]

Concrete Value Members

  1. def !(): ModifierLackingCP[IntRollExpression]

    Permalink
  2. def !!(): ModifierLackingCP[IntRollExpression]

    Permalink
  3. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def !p(): ModifierLackingCP[IntRollExpression]

    Permalink
  5. final def ##(): Int

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

    Permalink
    Definition Classes
    RollExpression
  7. def %(other: ArithmeticExpression[Int])(implicit n: Numeric[Int]): ModExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  8. def &(option: RollOption): WithOption[Int]

    Permalink
    Definition Classes
    RollExpression
  9. def *(other: FieldLike[Int])(implicit n: Numeric[Int], labelFields: LabelFields): MultExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  10. def *(other: ArithmeticExpression[Int])(implicit n: Numeric[Int]): MultExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  11. def +(other: FieldLike[Int])(implicit n: Numeric[Int], labelFields: LabelFields): PlusExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  12. def +(other: ArithmeticExpression[Int])(implicit n: Numeric[Int]): PlusExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  13. def -(other: FieldLike[Int])(implicit n: Numeric[Int], labelFields: LabelFields): MinusExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  14. def -(other: ArithmeticExpression[Int])(implicit n: Numeric[Int]): MinusExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  15. def /(other: FieldLike[Int])(implicit n: Numeric[Int], labelFields: LabelFields): DivExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  16. def /(other: ArithmeticExpression[Int])(implicit n: Numeric[Int]): DivExpr[Int]

    Permalink
    Definition Classes
    RollExpression
  17. def <(target: Int): IntRollExpression

    Permalink
  18. def =(target: Int): IntRollExpression

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def >(target: Int): IntRollExpression

    Permalink
  21. def arith(implicit n: Numeric[Int]): ArithmeticExpression[Int]

    Permalink
    Definition Classes
    RollExpression
  22. def as[O](implicit arg0: Numeric[O], n: Numeric[Int]): ArithmeticExpression[O]

    Permalink
    Definition Classes
    RollExpression
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def cf(): ModifierLackingCP[IntRollExpression]

    Permalink
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  26. def cs(): ModifierLackingCP[IntRollExpression]

    Permalink
  27. def dh(target: Int): IntRollExpression

    Permalink
  28. def dl(target: Int): IntRollExpression

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def f(): ModifierLackingCP[IntRollExpression]

    Permalink
  32. def forCharacter(characterName: String): RollExpression[Int]

    Permalink
    Definition Classes
    RollExpression
  33. def forSelected(): RollExpression[Int]

    Permalink
    Definition Classes
    RollExpression
  34. def forTarget(targetName: String): RollExpression[Int]

    Permalink
    Definition Classes
    RollExpression
  35. def forTarget(): RollExpression[Int]

    Permalink
    Definition Classes
    RollExpression
  36. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  39. def kh(target: Int): IntRollExpression

    Permalink
  40. def kl(target: Int): IntRollExpression

    Permalink
  41. def label(s: String): LabelledRoll[Int]

    Permalink
    Definition Classes
    RollExpression
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  45. def r(): ModifierLackingCP[IntRollExpression]

    Permalink
  46. def replaceQuery[QT](replacement: QueryReplacer[QT]): RollExpression[Int]

    Permalink
    Definition Classes
    IntRollExpressionRollExpression
  47. def ro(): ModifierLackingCP[IntRollExpression]

    Permalink
  48. def s(): IntRollExpression

    Permalink
  49. def sa(): IntRollExpression

    Permalink
  50. def sd(): IntRollExpression

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. def transformForAccess(f: AccessTransformer): RollExpression[Int]

    Permalink
    Definition Classes
    IntRollExpressionRollExpression
  54. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. 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 RollExpression[Int]

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped