NumberContext

external class NumberContext : ParserRuleContext

Functions

accept
Link copied to clipboard
fun <T> accept(visitor: dynamic): T
integer
Link copied to clipboard
fun integer(): IntegerContext
real
Link copied to clipboard
fun real(): RealContext

Properties

children
Link copied to clipboard
val children: Array<dynamic>
exception
Link copied to clipboard
val exception: dynamic
isInt
Link copied to clipboard
val isInt: Boolean
isReal
Link copied to clipboard
val isReal: Boolean
start
Link copied to clipboard
val start: Token?
stop
Link copied to clipboard
val stop: Token?