object IfIntegerCompareGreaterDelta extends JumpInstruction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IfIntegerCompareGreaterDelta
  2. JumpInstruction
  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. 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
    Definition Classes
    InstructionInstanceDelta
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def getBytes(compilation: Compilation, instruction: Node): Seq[Byte]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  21. def getGrammarForThisInstruction(grammars: LanguageGrammars): BiGrammar
    Definition Classes
    InstructionWithGrammar
  22. def getInstructionSize(compilation: Compilation): Int
    Definition Classes
    JumpInstructionInstructionInstance
  23. def getSignature(instruction: Node, typeState: ProgramTypeState, language: Language): InstructionSignature
  24. def getVariableUpdates(instruction: Node, typeState: ProgramTypeState): Map[Int, Node]
  25. def grammarName: String
  26. 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
  27. def ifIntegerCompareGreater(target: Int): Node
  28. def inject(language: Language): Unit
    Definition Classes
    InstructionInstanceDeltaWithGrammarDelta
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def jumpBehavior: JumpBehavior
    Definition Classes
    JumpInstructionInstructionInstance
  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 JumpInstruction

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