object InvokeStaticDelta extends InvokeDelta

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

Value Members

  1. object MethodRef extends NodeField
    Definition Classes
    InvokeDelta
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def argumentsGrammar(grammars: LanguageGrammars): As
    Definition Classes
    InvokeDeltaInstructionWithGrammar
  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
    InvokeStaticDeltaInstructionInstanceDelta
  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
    InvokeStaticDeltaHasBytes
  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 getInstanceInstructionSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
    Definition Classes
    InvokeDelta
  24. def getInstructionSize(compilation: Compilation): Int
  25. def getInvokeTargetMethodRef(instruction: Node): MethodRefWrapper[Node]
    Definition Classes
    InvokeDelta
  26. def getMethodStackModification(methodType: Node, language: Language): InstructionSignature
    Definition Classes
    InvokeDelta
  27. def getSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
  28. def getVariableUpdates(instruction: Node, typeState: ProgramTypeState): Map[Int, Node]
  29. def grammarName: String
  30. 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
  31. def inject(language: Language): Unit
  32. def invokeStatic(constantIndex: Any): Node
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def jumpBehavior: JumpBehavior
    Definition Classes
    InstructionInstance
  35. def name: String
    Definition Classes
    Contract
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final val shape: InstructionShape
  40. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  41. def suffix: String
    Definition Classes
    DeltaContract
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  44. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. 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 InvokeDelta

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