Packages

trait Exprs extends Core with Types

Linear Supertypes
Types, Core, Literals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Exprs
  2. Types
  3. Core
  4. Literals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class WhitespaceApi2[+T] extends WhitespaceApi[T]
    Definition Classes
    Core
  2. class Wrapper2 extends AnyRef
    Definition Classes
    Core
  3. class WsCtx extends AnyRef
  4. implicit class ParserOps[+T] extends AnyRef
    Definition Classes
    Literals

Abstract Value Members

  1. abstract def AnonTmpl: fastparse.noApi.P0
  2. abstract def BlockDef: fastparse.noApi.P[Value[SType]]
  3. abstract def ValVarDef: fastparse.noApi.P[Value[SType]]
    Definition Classes
    Types
  4. abstract def atSrcPos[A](parserIndex: Int)(thunk: ⇒ A): A
    Definition Classes
    Literals
  5. abstract def mkBinaryOp(l: Value[SType], opName: String, r: Value[SType]): Value[SType]
    Definition Classes
    Core
  6. abstract def mkUnaryOp(opName: String, arg: Value[SType]): Value[SType]
    Definition Classes
    Core
  7. abstract def srcCtx(parserIndex: Int): SourceContext
    Definition Classes
    Literals

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. val #: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. val *: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  5. val :: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  6. val <:: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  7. val =: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val =>: Parser[Unit, Char, String]
    Definition Classes
    Core
  10. val >:: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  11. val @: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  12. val Annot: fastparse.noApi.P0
    Definition Classes
    Types
  13. val AnnotType: fastparse.noApi.Parser[SType]
    Definition Classes
    Types
  14. val ArgList: fastparse.noApi.Parser[Value[SType]]
  15. val BacktickId: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  16. def BaseBlock(end: fastparse.noApi.P0)(implicit name: Name): fastparse.noApi.P[Value[SType]]
  17. val BindPattern: fastparse.noApi.Parser[Any]
  18. val Block: fastparse.noApi.P[Value[SType]]
    Definition Classes
    ExprsLiterals
  19. val BlockChunk: fastparse.noApi.Parser[(Seq[Seq[(String, SType)]], Seq[Value[SType]])]
  20. val BlockExpr: fastparse.noApi.Parser[Value[SType]]
  21. val BlockLambda: fastparse.noApi.Parser[Seq[(String, SType)]]
  22. val BlockLambdaHead: Parser[Seq[(String, SType)], Char, String]
  23. val CaseBlock: fastparse.noApi.P[Value[SType]]
  24. val CaseClauses: fastparse.noApi.P0
  25. val CompoundType: Parser[SType, Char, String]
    Definition Classes
    Types
  26. val Dcl: fastparse.noApi.Parser[Value[SType]]
    Definition Classes
    Types
  27. val DottyExtMethodSubj: fastparse.noApi.Parser[(String, SType)]
    Definition Classes
    Types
  28. val ExprLiteral: fastparse.noApi.Parser[Constant[SMonoType with SProduct with Serializable { type WrappedType >: Long with Int with Boolean with String }]]
    Definition Classes
    Core
  29. val Exprs: fastparse.noApi.Parser[Seq[Value[SType]]]
    Definition Classes
    Types
  30. val FunDef: Parser[Val, Char, String]
  31. val FunSig: fastparse.noApi.Parser[Seq[Seq[(String, SType)]]]
    Definition Classes
    Types
  32. val Id: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  33. val Ids: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  34. val InfixType: Parser[SType, Char, String]
    Definition Classes
    Types
  35. val NLAnnot: fastparse.noApi.Parser[Unit]
    Definition Classes
    Types
  36. val Newline: fastparse.all.Parser[Unit]
    Definition Classes
    Literals
  37. val NotNewline: fastparse.all.P0
    Definition Classes
    Literals
  38. val OneNLMax: fastparse.all.P0
    Definition Classes
    Literals
  39. val ParenArgList: Parser[Value[SType], Char, String]
  40. val PatLiteral: fastparse.noApi.Parser[Constant[SMonoType with SProduct with Serializable { type WrappedType >: Long with Int with Boolean with String }]]
    Definition Classes
    Core
  41. val Pattern: fastparse.noApi.P0
    Definition Classes
    ExprsLiterals
  42. val Patterns: fastparse.noApi.P0
  43. val PostDotCheck: fastparse.noApi.P0

    Sketchy way to whitelist a few suffixes that come after a .

    Sketchy way to whitelist a few suffixes that come after a . select; apart from these and IDs, everything else is illegal

    Definition Classes
    Core
  44. val PostfixType: Parser[SType, Char, String]
    Definition Classes
    Types
  45. val QualId: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  46. val Semi: fastparse.all.Parser[Unit]
    Definition Classes
    Literals
  47. val Semis: fastparse.all.Parser[Unit]
    Definition Classes
    Literals
  48. val SimplePattern: fastparse.noApi.Parser[Any]
  49. val SimpleType: Parser[SType, Char, String]
    Definition Classes
    Types
  50. val StableId: fastparse.noApi.Parser[SValue]
    Definition Classes
    Core
  51. val TrailingComma: fastparse.all.P0
    Definition Classes
    Literals
  52. val Type: fastparse.noApi.P[SType]
    Definition Classes
    Types
  53. val TypeArg: fastparse.noApi.P0
    Definition Classes
    Types
  54. val TypeArgList: fastparse.noApi.P0
    Definition Classes
    Types
  55. val TypeArgs: fastparse.noApi.Parser[Seq[SType]]
    Definition Classes
    Types
  56. val TypeBounds: fastparse.noApi.P0
    Definition Classes
    Types
  57. val TypeExpr: fastparse.noApi.P[Value[SType]]
    Definition Classes
    ExprsTypes
  58. val TypeId: Parser[SType, Char, String]
    Definition Classes
    Types
  59. val TypeOrBindPattern: fastparse.noApi.P0
  60. val TypePat: fastparse.noApi.Parser[SType]
  61. val TypePattern: fastparse.noApi.Parser[SType]
  62. val VarId: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  63. val WL: fastparse.all.Parser[Unit]
    Definition Classes
    Literals
  64. val WL0: fastparse.all.Parser[Unit]

    Parses whitespace, including newlines.

    Parses whitespace, including newlines. This is the default for most things

    Definition Classes
    Literals
  65. val WS: fastparse.all.Parser[Unit]

    Parses all whitespace, excluding newlines.

    Parses all whitespace, excluding newlines. This is only really useful in e.g. {} blocks, where we want to avoid capturing newlines so semicolon-inference would work

    Definition Classes
    Literals
  66. val WhitespaceApi: Wrapper2
    Definition Classes
    Core
  67. val _: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  68. val _*: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  69. def applySuffix(f: Value[SType], args: Seq[SigmaNode]): Value[SType]
    Attributes
    protected
  70. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  71. def block(stats: Seq[SValue]): SValue
    Attributes
    protected
  72. val builder: SigmaBuilder
    Definition Classes
    Literals
  73. val case: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  74. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. val def: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  76. val else: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  77. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  78. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  79. val extends: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  80. def extractBlockStats(stats: Seq[SValue]): (Seq[Val], SValue)
  81. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  82. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  83. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  84. val if: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  85. val implicit: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. def lambda(args: Seq[Value[SType]], body: Value[SType]): Value[SType]
    Attributes
    protected
  88. val lazy: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  89. val match: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  90. def mkInfixTree(lhs: SValue, rhss: Seq[(String, SValue)]): SValue
    Attributes
    protected[lang]
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. val new: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  93. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  94. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  95. def precedenceOf(op: String): Int
    Annotations
    @inline()
  96. def precedenceOf(ch: Char): Int
    Annotations
    @inline()
  97. val predefTypes: Map[String, SType { type WrappedType >: Unit with special.sigma.Box with String with special.sigma.PreHeader with special.sigma.Header with special.sigma.SigmaDslBuilder with special.sigma.SigmaProp with special.sigma.GroupElement with org.ergoplatform.ErgoLikeContext with special.sigma.AvlTree with special.collection.Coll[Byte] with special.sigma.BigInt with Long with Int with Short with Byte with Boolean }]

    This map should be in sync with SType.allPredefTypes

    This map should be in sync with SType.allPredefTypes

    Definition Classes
    Types
  98. val priorityList: Seq[Seq[Char]]

    The precedence of an infix operator is determined by the operator's first character.

    The precedence of an infix operator is determined by the operator's first character. Characters are listed below in increasing order of precedence, with characters on the same line having the same precedence.

  99. val priorityMap: Map[Char, Int]
  100. val return: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  101. val super: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  102. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  103. val then: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  104. val this: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  105. def toString(): String
    Definition Classes
    AnyRef → Any
  106. val type: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  107. def typeFromName(tn: String): Option[SType]
    Definition Classes
    Types
  108. val val: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  109. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  112. val with: fastparse.all.Parser[Unit]
    Definition Classes
    Core
  113. val {: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  114. val }: fastparse.noApi.Parser[Unit]
    Definition Classes
    Core
  115. object ExprCtx extends WsCtx
  116. object FreeCtx extends WsCtx
  117. object StatCtx extends WsCtx
  118. object Literals
    Definition Classes
    Literals

Inherited from Types

Inherited from Core

Inherited from Literals

Inherited from AnyRef

Inherited from Any

Ungrouped