agt
.
Runtime
Reducer
Related Doc:
package Runtime
case class
Reducer
(
t:
IntrinsicTerm
,
env:
RuntimeEnvironment
=
new RuntimeEnvironment()
,
mu:
Store
=
new Store()
,
fromStep:
Int
=
0
)
(
implicit
substitutionMode:
SubstitutionModel
=
Explicit
,
o:
IOptions
=
IOptions()
)
extends
BaseReducer
[
Result
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
BaseReducer
[
Result
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Reducer
Serializable
Serializable
Product
Equals
BaseReducer
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Reducer
(
t:
IntrinsicTerm
,
env:
RuntimeEnvironment
=
new RuntimeEnvironment()
,
mu:
Store
=
new Store()
,
fromStep:
Int
=
0
)
(
implicit
substitutionMode:
SubstitutionModel
=
Explicit
,
o:
IOptions
=
IOptions()
)
Type Members
case class
Done
(
a:
IValue
)
extends
Trampoline
with
Product
with
Serializable
case class
IError
(
s1:
Frames
,
mu1:
Store
,
error:
IRuntimeException
,
toBoxExtra:
List
[
Boxeable
] =
Nil
)
(
implicit
substitutionMode:
SubstitutionModel
)
extends
Trampoline
with
Product
with
Serializable
case class
More
(
a: () ⇒
Trampoline
)
extends
Trampoline
with
Product
with
Serializable
case class
Step
(
s1:
Frames
,
mu1:
Store
,
s2:
Frames
,
mu2:
Store
,
a: (
Frames
) ⇒
Trampoline
,
toHighlight:
List
[
Highlighteable
] =
Nil
,
toBoxExtra:
List
[
Boxeable
] =
Nil
)
(
implicit
substitutionMode:
SubstitutionModel
)
extends
Trampoline
with
Product
with
Serializable
sealed
trait
Trampoline
extends
AnyRef
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
var
FV
:
Map
[
IVar
,
Boolean
]
def
appendLatex
(
conf:
Configuration
)
:
Unit
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
var
configurations
:
List
[
IConfLatex
]
var
current
:
Configuration
val
env
:
RuntimeEnvironment
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fromStep
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
latex
:
List
[
String
]
val
mu
:
Store
var
nFV
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newFV
(
t:
GType
)
:
IVar
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
nstep
:
Int
def
reduce
(
c:
Frames
,
mu:
Store
)
(
implicit
substitutionMode:
SubstitutionModel
)
:
Trampoline
def
reduce
:
Result
Definition Classes
Reducer
→
BaseReducer
val
stepSize
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
t
:
IntrinsicTerm
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
BaseReducer
[
Result
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped