documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
documentation
parser-core
/
it.unibo.tuprolog.core.parsing
/
TermReader
/
Companion
/
withOperators
with
Operators
jvm
@
JvmStatic
@
JvmOverloads
fun
withOperators
(
operators
:
OperatorSet
,
scope
:
Scope
=
Scope.empty()
)
:
TermReader
Creates a reader using
operators
and
scope
.
@
JvmStatic
@
JvmOverloads
fun
withOperators
(
vararg
operators
:
Operator
,
scope
:
Scope
=
Scope.empty()
)
:
TermReader
Creates a reader from individual
operators
and
scope
.