trait InstructionInstance extends InstructionWithGrammar with InstructionSignatureProvider with InstructionSideEffectProvider with NodeShape with HasShape with HasBytes

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstructionInstance
  2. HasBytes
  3. NodeShape
  4. GrammarKey
  5. InstructionSideEffectProvider
  6. InstructionSignatureProvider
  7. InstructionWithGrammar
  8. HasShape
  9. DeltaWithGrammar
  10. Delta
  11. Key
  12. Contract
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getBytes(compilation: Compilation, node: Node): Seq[Byte]
    Definition Classes
    HasBytes
  2. abstract def getSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
  3. abstract def grammarName: String
    Definition Classes
    InstructionWithGrammar

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def argumentsGrammar(grammars: LanguageGrammars): BiGrammar
    Definition Classes
    InstructionWithGrammar
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assertDoubleWord(language: Language, input: Node): Unit
  7. def assertObjectTypeStackTop(stackTop: Node, name: String): Unit
  8. def assertSingleWord(language: Language, input: Node): Unit
  9. def binary(_type: Node): InstructionSignature
    Attributes
    protected
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def create(values: (NodeField, Any)*): Node
    Definition Classes
    NodeShape
  12. def createWithData(values: (NodeField, Any)*): Node
    Definition Classes
    NodeShape
  13. def debugRepresentation: String
    Definition Classes
    Key
  14. def dependencies: Set[Contract]
  15. def description: String
    Definition Classes
    InstructionInstanceDelta
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  20. def getGrammarForThisInstruction(grammars: LanguageGrammars): BiGrammar
    Definition Classes
    InstructionWithGrammar
  21. def getInstructionSize(compilation: Compilation): Int
  22. def getVariableUpdates(instruction: Node, typeState: ProgramTypeState): Map[Int, Node]
  23. def hashCode(): Int

    This hashcode does not change over runs, while the default hashcode does.

    This hashcode does not change over runs, while the default hashcode does. This makes the compilation process more deterministic.

    Definition Classes
    Key → AnyRef → Any
  24. def inject(language: Language): Unit
    Definition Classes
    InstructionInstanceDeltaWithGrammarDelta
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def jumpBehavior: JumpBehavior
  27. def name: String
    Definition Classes
    Contract
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final val shape: InstructionShape
  32. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  33. def suffix: String
    Definition Classes
    DeltaContract
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  36. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HasBytes

Inherited from NodeShape

Inherited from GrammarKey

Inherited from InstructionWithGrammar

Inherited from HasShape

Inherited from DeltaWithGrammar

Inherited from Delta

Inherited from Key

Inherited from Contract

Inherited from AnyRef

Inherited from Any

Ungrouped