|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermImpl | |
org.xmloperator.lambda2.net.impl | |
org.xmloperator.lambda2.term.impl |
Uses of TermImpl in org.xmloperator.lambda2.net.impl |
Subclasses of TermImpl in org.xmloperator.lambda2.net.impl | |
class |
BinaryCellImpl
BinaryCell implementation. |
class |
CellImpl
Cell implementation. |
class |
DecoderImpl
Decoder implementation. |
class |
EraserCellImpl
Eraser implementation. |
class |
PentaryMultiplexorImpl
Multiplexor implementation. |
class |
PortImpl
Port implementation. |
class |
WireCellImpl
Wire cell implementation. |
Uses of TermImpl in org.xmloperator.lambda2.term.impl |
Subclasses of TermImpl in org.xmloperator.lambda2.term.impl | |
class |
Abstraction0Impl
Zero or more variable Abstraction implementation. |
class |
Abstraction1Impl
One variable Abstraction implementation. |
class |
AbstractionNImpl
Two or more variables Abstraction implementation. |
class |
Application1Impl
Application implementation. |
class |
ApplicationNImpl
Application with function exponent implementation. |
class |
VariableImpl
Variable implementation. |
Constructors in org.xmloperator.lambda2.term.impl with parameters of type TermImpl | |
Abstraction0Impl(TermImpl body)
|
|
Abstraction1Impl(TermImpl body,
Variable boundVariable)
|
|
AbstractionNImpl(TermImpl body,
Variable[] boundVariables)
|
|
Application1Impl(TermImpl function,
TermImpl argument)
|
|
ApplicationNImpl(TermImpl function,
TermImpl argument,
long functionExponent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |