parser-js
/
it.unibo.tuprolog.parser
/
TermContext
Term
Context
external class
TermContext
:
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
list
Link copied to clipboard
fun
list
():
ListContext
Content copied to clipboard
number
Link copied to clipboard
fun
number
():
NumberContext
Content copied to clipboard
set
Link copied to clipboard
fun
set
():
SetContext
Content copied to clipboard
structure
Link copied to clipboard
fun
structure
():
StructureContext
Content copied to clipboard
variable
Link copied to clipboard
fun
variable
():
VariableContext
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
isExpr
Link copied to clipboard
val
isExpr
:
Boolean
Content copied to clipboard
isList
Link copied to clipboard
val
isList
:
Boolean
Content copied to clipboard
isNum
Link copied to clipboard
val
isNum
:
Boolean
Content copied to clipboard
isSet
Link copied to clipboard
val
isSet
:
Boolean
Content copied to clipboard
isStruct
Link copied to clipboard
val
isStruct
:
Boolean
Content copied to clipboard
isVar
Link copied to clipboard
val
isVar
:
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