o

deltas.bytecode.coreInstructions

Duplicate2InstructionDelta

object Duplicate2InstructionDelta extends InstructionInstance

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

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
    Definition Classes
    InstructionInstance
  7. def assertObjectTypeStackTop(stackTop: Node, name: String): Unit
    Definition Classes
    InstructionInstance
  8. def assertSingleWord(language: Language, input: Node): Unit
    Definition Classes
    InstructionInstance
  9. def binary(_type: Node): InstructionSignature
    Attributes
    protected
    Definition Classes
    InstructionInstance
  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
  16. def duplicate: Node
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def getBytes(compilation: Compilation, instruction: Node): Seq[Byte]
    Definition Classes
    Duplicate2InstructionDeltaHasBytes
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  22. def getGrammarForThisInstruction(grammars: LanguageGrammars): BiGrammar
    Definition Classes
    InstructionWithGrammar
  23. def getInstructionSize(compilation: Compilation): Int
    Definition Classes
    InstructionInstance
  24. def getSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
  25. def getVariableUpdates(instruction: Node, typeState: ProgramTypeState): Map[Int, Node]
  26. def grammarName: String
  27. 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
  28. def inject(language: Language): Unit
    Definition Classes
    InstructionInstanceDeltaWithGrammarDelta
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def jumpBehavior: JumpBehavior
    Definition Classes
    InstructionInstance
  31. def name: String
    Definition Classes
    Contract
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final val shape: InstructionShape
  36. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  37. def suffix: String
    Definition Classes
    DeltaContract
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  40. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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 InstructionInstance

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