quasar
.
yggdrasil
.
bytecode
InstructionSet
Related Doc:
package bytecode
class
InstructionSet
[
Lib <:
Library
]
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
instructions
Ordering
Alphabetic
By Inheritance
Inherited
InstructionSet
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
InstructionSet
(
library:
Lib
)
Type Members
sealed abstract
class
BinaryOperation
extends
AnyRef
sealed abstract
class
BooleanBinaryOperation
extends
BinaryOperation
final
case class
BuiltInFunction1Op
(
op:
Lib.Op1
)
extends
UnaryOperation
with
Product
with
Serializable
final
case class
BuiltInFunction2Op
(
op:
Lib.Op2
)
extends
BinaryOperation
with
Product
with
Serializable
final
case class
BuiltInMorphism1
(
mor:
Lib.Morphism1
)
extends
UnaryOperation
with
Product
with
Serializable
final
case class
BuiltInMorphism2
(
mor:
Lib.Morphism2
)
extends
BinaryOperation
with
Product
with
Serializable
final
case class
BuiltInReduction
(
red:
Lib.Reduction
)
extends
UnaryOperation
with
Product
with
Serializable
sealed
trait
DataInstr
extends
Instruction
sealed abstract
class
EqualityOperation
extends
BinaryOperation
final
case class
Group
(
id:
Int
)
extends
Instruction
with
Product
with
Serializable
sealed
trait
Instruction
extends
AnyRef
sealed
trait
JoinInstr
extends
Instruction
final
case class
KeyPart
(
id:
Int
)
extends
Instruction
with
Product
with
Serializable
final
case class
Line
(
line:
Int
,
col:
Int
,
text:
String
)
extends
DataInstr
with
Product
with
Serializable
final
case class
Map1
(
op:
UnaryOperation
)
extends
Instruction
with
Product
with
Serializable
final
case class
Map2Cross
(
op:
BinaryOperation
)
extends
JoinInstr
with
Product
with
Serializable
final
case class
Map2Match
(
op:
BinaryOperation
)
extends
JoinInstr
with
Product
with
Serializable
final
case class
MergeBuckets
(
and:
Boolean
)
extends
Instruction
with
Product
with
Serializable
final
case class
Morph1
(
m1:
BuiltInMorphism1
)
extends
Instruction
with
Product
with
Serializable
final
case class
Morph2
(
m2:
BuiltInMorphism2
)
extends
Instruction
with
Product
with
Serializable
sealed abstract
class
NumericBinaryOperation
extends
BinaryOperation
sealed abstract
class
NumericComparisonOperation
extends
BinaryOperation
final
case class
PushGroup
(
id:
Int
)
extends
Instruction
with
Product
with
Serializable
final
case class
PushKey
(
id:
Int
)
extends
Instruction
with
Product
with
Serializable
final
case class
PushNum
(
num:
String
)
extends
DataInstr
with
Product
with
Serializable
final
case class
PushString
(
str:
String
)
extends
DataInstr
with
Product
with
Serializable
final
case class
Reduce
(
red:
BuiltInReduction
)
extends
Instruction
with
Product
with
Serializable
final
case class
Swap
(
depth:
Int
)
extends
DataInstr
with
Product
with
Serializable
sealed abstract
class
UnaryOperation
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
object
AbsoluteLoad
extends
Instruction
with
Product
with
Serializable
object
Add
extends
NumericBinaryOperation
with
Product
with
Serializable
object
And
extends
BooleanBinaryOperation
with
Product
with
Serializable
object
ArraySwap
extends
BinaryOperation
with
Product
with
Serializable
object
Assert
extends
JoinInstr
with
Product
with
Serializable
object
Comp
extends
UnaryOperation
with
Product
with
Serializable
object
DerefArray
extends
BinaryOperation
with
Product
with
Serializable
object
DerefMetadata
extends
BinaryOperation
with
Product
with
Serializable
object
DerefObject
extends
BinaryOperation
with
Product
with
Serializable
object
Distinct
extends
Instruction
with
Product
with
Serializable
object
Div
extends
NumericBinaryOperation
with
Product
with
Serializable
object
Drop
extends
Instruction
with
Product
with
Serializable
object
Dup
extends
Instruction
with
Product
with
Serializable
object
Eq
extends
EqualityOperation
with
Product
with
Serializable
object
Extra
extends
Instruction
with
Product
with
Serializable
object
FilterCross
extends
DataInstr
with
Product
with
Serializable
object
FilterMatch
extends
DataInstr
with
Product
with
Serializable
object
Gt
extends
NumericComparisonOperation
with
Product
with
Serializable
object
GtEq
extends
NumericComparisonOperation
with
Product
with
Serializable
object
IIntersect
extends
JoinInstr
with
Product
with
Serializable
object
IUnion
extends
JoinInstr
with
Product
with
Serializable
object
JoinArray
extends
BinaryOperation
with
Product
with
Serializable
object
JoinObject
extends
BinaryOperation
with
Product
with
Serializable
object
Lt
extends
NumericComparisonOperation
with
Product
with
Serializable
object
LtEq
extends
NumericComparisonOperation
with
Product
with
Serializable
object
Merge
extends
Instruction
with
Product
with
Serializable
object
Mod
extends
NumericBinaryOperation
with
Product
with
Serializable
object
Mul
extends
NumericBinaryOperation
with
Product
with
Serializable
object
Neg
extends
UnaryOperation
with
Product
with
Serializable
object
New
extends
UnaryOperation
with
Product
with
Serializable
object
NotEq
extends
EqualityOperation
with
Product
with
Serializable
object
Observe
extends
JoinInstr
with
Product
with
Serializable
object
Or
extends
BooleanBinaryOperation
with
Product
with
Serializable
object
Pow
extends
NumericBinaryOperation
with
Product
with
Serializable
object
PushArray
extends
Instruction
with
Product
with
Serializable
object
PushFalse
extends
Instruction
with
Product
with
Serializable
object
PushNull
extends
Instruction
with
Product
with
Serializable
object
PushObject
extends
Instruction
with
Product
with
Serializable
object
PushTrue
extends
Instruction
with
Product
with
Serializable
object
PushUndefined
extends
Instruction
with
Product
with
Serializable
object
RelativeLoad
extends
Instruction
with
Product
with
Serializable
object
RootInstr
object
SetDifference
extends
JoinInstr
with
Product
with
Serializable
object
Split
extends
Instruction
with
Product
with
Serializable
object
Sub
extends
NumericBinaryOperation
with
Product
with
Serializable
object
WrapArray
extends
UnaryOperation
with
Product
with
Serializable
object
WrapObject
extends
BinaryOperation
with
Product
with
Serializable
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
library
:
Lib
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
AnyRef
Inherited from
Any
Ungrouped