Combined

parsley.token.numeric.Combined
abstract class Combined

This class defines a uniform interface for defining parsers for mixed kind numeric literals, independent of how whitespace should be handled after the literal or whether the literal should allow for negative numbers.

Attributes

Since:

4.0.0

Note:

implementations of this class found within Lexer may employ sharing and refine the non-final defs in this class into val or lazy val when overriding.

Source:
Combined.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Depending on the configuration this may be able to handle different bases for each type of number.

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

Concrete methods

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real binary number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real decimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real hexadecimal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes .

This parser will parse either an integer or a real octal number, handling any ambiguity with the prefixes . Additionally, the type is further constrained (see the corresponding parsers).

Attributes

See also:
Since:

4.0.0

Note:

the exact behaviour of this parser is decided by the implementations given in Lexer, which will depend on user-defined configuration. Please see the relevant documentation of these specific objects.

Source:
Combined.scala