o

deltas.bytecode.attributes

StackMapTableAttributeDelta

object StackMapTableAttributeDelta extends ByteCodeAttribute

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackMapTableAttributeDelta
  2. ByteCodeAttribute
  3. HasBytes
  4. HasShape
  5. DeltaWithGrammar
  6. Delta
  7. Key
  8. Contract
  9. AnyRef
  10. 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 appendFrame(offset: Int, newLocalTypes: Seq[Node]): Node
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def constantPoolKey: String
  8. def debugRepresentation: String
    Definition Classes
    Key
  9. def dependencies: Set[Contract]
  10. def description: String
    Definition Classes
    StackMapTableAttributeDeltaDelta
  11. val entry: Node
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def getAppendFrameTypes(appendFrame: Node): Seq[Node]
  15. def getBytes(compilation: Compilation, attribute: Node): LazyList[Byte]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  18. def getFrameOffset(frame: Node): Int
  19. def getGrammar(grammars: LanguageGrammars): BiGrammar
  20. def getParser(unParsed: Node): readJar.ClassFileParser.Parser[Node]
  21. def getSameLocals1StackItemType(sameLocals1StackItem: Node): Node
  22. def getStackMapTableEntries(stackMapTable: Node): Seq[Node]
  23. def getVerificationInfoBytes(_type: Node, state: Language): Seq[Byte]
  24. def getVerificationInfoGrammar(grammars: LanguageGrammars): BiGrammar
  25. 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
  26. def inject(language: Language): Unit
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def name: String
    Definition Classes
    Contract
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val offsetGrammarKey: KeyGrammar
  33. def sameFrame(offset: Int): Node
  34. def sameLocals1StackItem(frameOffset: Int, _type: Node): Node
  35. def shape: Shape
  36. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  37. def stackMapTable(nameIndex: Int, stackMaps: Seq[Node]): Node
  38. def suffix: String
    Definition Classes
    DeltaContract
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  41. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
    Definition Classes
    ByteCodeAttributeDeltaWithGrammar
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. object AppendFrame extends NodeShape
  46. object AppendFrameTypes extends NodeField
  47. object ChopFrame extends NodeShape
  48. object ChopFrameCount extends NodeField
  49. object FrameOffset extends NodeField
  50. object FullFrame extends NodeShape
  51. object FullFrameLocals extends NodeField
  52. object FullFrameStack extends NodeField
  53. object Maps extends NodeField
  54. object SameFrameKey extends NodeShape
  55. object SameLocals1StackItem extends NodeShape
  56. object SameLocals1StackItemType extends NodeField
  57. object Shape extends NodeShape
  58. object StackMapFrameGrammar extends GrammarKey

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 ByteCodeAttribute

Inherited from HasBytes

Inherited from HasShape

Inherited from DeltaWithGrammar

Inherited from Delta

Inherited from Key

Inherited from Contract

Inherited from AnyRef

Inherited from Any

Ungrouped