o

org.ensime.sexp

SexpParser

object SexpParser

Parse Emacs Lisp into an Sexp. Other lisp variants may require tweaking, e.g. Scheme's nil, infinity, NaN, etc.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SexpParser
  2. AnyRef
  3. 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. val Characters: fastparse.all.Parser[String]
  5. val Digits: fastparse.all.Parser[Unit]
  6. val EscapedCharS: fastparse.all.P[String]
  7. val Exp: fastparse.all.Parser[Unit]
  8. val ExpPredicate: ElemIn[Char, String]
  9. val Frac: fastparse.all.Parser[Unit]
  10. val Integer: fastparse.all.Parser[Unit]
  11. val NCCharPredicate: fastparse.all.P0
  12. val NormalCharPredicate: fastparse.all.P0
  13. val NormalCharS: fastparse.all.P[String]
  14. val NotNewLinePredicate: fastparse.all.P0
  15. val PlusMinusPredicate: ElemIn[Char, String]
  16. val PrintableRange: Inclusive[Char]
  17. val QuoteSlashBackSlash: ElemIn[Char, String]
  18. val SexpNumberP: Parser[SexpNumber, Char, String]
  19. val SexpQuote: SexpSymbol
  20. val SexpStringP: fastparse.all.Parser[SexpString]
  21. val SymbolBodyCharPredicate: ElemIn[Char, String]
  22. val SymbolStartChar: Seq[Seq[Char]]
  23. val SymbolStartCharPredicate: ElemIn[Char, String]
  24. val Symbols: String
  25. val WhiteSpacePredicate: ElemIn[Char, String]
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def parse(desc: String): Sexp
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped