HTOpCode class abstract
Operation code used by compiler.
Constructors
- HTOpCode()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- add → const int
- anchor → const int
- assertion → const int
- assign → const int
- awaitedValue → const int
- breakLoop → const int
- call → const int
- classDecl → const int
- classDeclEnd → const int
- codeBlock → const int
- constDecl → const int
- constFloatTable → const int
- constIntTable → const int
- constStringTable → const int
- continueLoop → const int
- copy → const int
- delete → const int
- destructuringDecl → const int
- devide → const int
- doStmt → const int
- endOfCode → const int
- endOfCodeBlock → const int
- endOfExec → const int
- endOfFile → const int
- endOfFunc → const int
- endOfStmt → const int
- equal → const int
- externalEnumDecl → const int
- file → const int
- funcDecl → const int
- goto → const int
- greater → const int
- greaterOrEqual → const int
- ifNull → const int
- ifStmt → const int
- importExportDecl → const int
- isIn → const int
- isNotIn → const int
- leftValue → const int
- lesser → const int
- lesserOrEqual → const int
- library → const int
- lineInfo → const int
- local → const int
- logicalAnd → const int
- logicalNot → const int
- logicalOr → const int
- loopPoint → const int
- memberGet → const int
- memberSet → const int
- modulo → const int
- moveReg → const int
- multiply → const int
- namespaceDecl → const int
- namespaceDeclEnd → const int
- negative → const int
- notEqual → const int
- register → const int
- skip → const int
- structDecl → const int
- subGet → const int
- subSet → const int
- subtract → const int
- throws → const int
- truncatingDevide → const int
- typeAliasDecl → const int
- typeAs → const int
- typeIs → const int
- typeIsNot → const int
- typeOf → const int
- varDecl → const int
- whenStmt → const int
- whileStmt → const int