parser-js
/
it.unibo.tuprolog.parser
/
StructureContext
Structure
Context
external class
StructureContext
:
ParserRuleContext
Content copied to clipboard
Functions
Properties
Functions
accept
Link copied to clipboard
fun <
T
>
accept
(visitor: dynamic):
T
Content copied to clipboard
expression
Link copied to clipboard
fun
expression
():
ExpressionContext
Content copied to clipboard
Properties
_expression
Link copied to clipboard
val
_expression
:
ExpressionContext
?
Content copied to clipboard
args
Link copied to clipboard
val
args
:
Array
<
ExpressionContext
>
Content copied to clipboard
arity
Link copied to clipboard
val
arity
:
Int
Content copied to clipboard
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
functor
Link copied to clipboard
val
functor
:
Token
Content copied to clipboard
isCut
Link copied to clipboard
val
isCut
:
Boolean
Content copied to clipboard
isList
Link copied to clipboard
val
isList
:
Boolean
Content copied to clipboard
isSet
Link copied to clipboard
val
isSet
:
Boolean
Content copied to clipboard
isString
Link copied to clipboard
val
isString
:
Boolean
Content copied to clipboard
isTruth
Link copied to clipboard
val
isTruth
:
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