parser-js
/
it.unibo.tuprolog.parser
/
NumberContext
Number
Context
external class
NumberContext
:
ParserRuleContext
Content copied to clipboard
Functions
Properties
Functions
accept
Link copied to clipboard
fun <
T
>
accept
(visitor: dynamic):
T
Content copied to clipboard
integer
Link copied to clipboard
fun
integer
():
IntegerContext
Content copied to clipboard
real
Link copied to clipboard
fun
real
():
RealContext
Content copied to clipboard
Properties
children
Link copied to clipboard
val
children
:
Array
<dynamic>
Content copied to clipboard
exception
Link copied to clipboard
val
exception
: dynamic
Content copied to clipboard
isInt
Link copied to clipboard
val
isInt
:
Boolean
Content copied to clipboard
isReal
Link copied to clipboard
val
isReal
:
Boolean
Content copied to clipboard
start
Link copied to clipboard
val
start
:
Token
?
Content copied to clipboard
stop
Link copied to clipboard
val
stop
:
Token
?
Content copied to clipboard