NumericSuffix

laika.parse.code.common.NumericSuffix$
object NumericSuffix

Common suffixes for number literal denoting the number type.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val bigInt: Parser[String]
val float: Parser[String]
val imaginary: Parser[String]
val long: Parser[String]