object LabelDelta extends InstructionInstance

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelDelta
  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

Type Members

  1. implicit class Label[T <: NodeLike] extends NodeWrapper[T]

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 Shape: InstructionShape
  5. def argumentsGrammar(grammars: LanguageGrammars): BiGrammar
    Definition Classes
    InstructionWithGrammar
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assertDoubleWord(language: Language, input: Node): Unit
    Definition Classes
    InstructionInstance
  8. def assertObjectTypeStackTop(stackTop: Node, name: String): Unit
    Definition Classes
    InstructionInstance
  9. def assertSingleWord(language: Language, input: Node): Unit
    Definition Classes
    InstructionInstance
  10. def binary(_type: Node): InstructionSignature
    Attributes
    protected
    Definition Classes
    InstructionInstance
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def create(values: (NodeField, Any)*): Node
    Definition Classes
    NodeShape
  13. def createWithData(values: (NodeField, Any)*): Node
    Definition Classes
    NodeShape
  14. def debugRepresentation: String
    Definition Classes
    Key
  15. def dependencies: Set[Contract]
  16. def description: String
    Definition Classes
    LabelDeltaInstructionInstanceDelta
  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
    LabelDeltaHasBytes
  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
    LabelDeltaInstructionWithGrammar
  23. def getInstructionSize(compilation: Compilation): Int
    Definition Classes
    LabelDeltaInstructionInstance
  24. def getNameGrammar(grammars: LanguageGrammars): BiGrammar
  25. def getSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
  26. def getUniqueLabel(suggestion: String, methodInfo: Node): String
  27. def getVariableUpdates(instruction: Node, typeState: ProgramTypeState): Map[Int, Node]
  28. def grammarName: String
    Definition Classes
    LabelDeltaInstructionWithGrammar
  29. 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
  30. def inject(language: Language): Unit
    Definition Classes
    InstructionInstanceDeltaWithGrammarDelta
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def jumpBehavior: JumpBehavior
    Definition Classes
    InstructionInstance
  33. def label(name: String, stackFrame: Node): Node
  34. def name: String
    Definition Classes
    Contract
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final val shape: InstructionShape
  39. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  40. def suffix: String
    Definition Classes
    DeltaContract
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  43. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. object GeneratedLabels extends NodeField
  48. object Name extends NodeField
  49. object StackFrame extends NodeField

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