o

deltas.bytecode.attributes

CodeAttributeDelta

object CodeAttributeDelta extends ByteCodeAttribute with HasBytes with HasShape

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

Type Members

  1. implicit class CodeAttribute[T <: NodeLike] extends NodeWrapper[T]
  2. trait InstructionSideEffectProvider extends AnyRef
  3. trait InstructionSignatureProvider extends AnyRef
  4. case class JumpBehavior(movesToNext: Boolean, hasJumpInFirstArgument: Boolean) extends Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def codeAttribute(nameIndex: Integer, maxStack: Integer, maxLocals: Integer, instructions: Seq[Node], exceptionTable: Seq[Node], attributes: Seq[Node]): CodeAttribute[Node]
  7. val constantEntry: Node
  8. def constantPoolKey: String
  9. def debugRepresentation: String
    Definition Classes
    Key
  10. def dependencies: Set[Contract]
  11. def description: String
    Definition Classes
    CodeAttributeDeltaDelta
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def getBytes(compilation: Compilation, node: Node): Seq[Byte]
    Definition Classes
    CodeAttributeDeltaHasBytes
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getCodeAnnotations[T <: NodeLike](shape: ClassFile[T]): Seq[CodeAttribute[T]]
  17. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  18. def getGrammar(grammars: LanguageGrammars): BiGrammar
  19. def getInstructionArguments(instruction: Node): Seq[Int]
  20. def getParser(unParsed: Node): readJar.ClassFileParser.Parser[Node]
  21. 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
  22. def inject(language: Language): Unit
  23. def instruction(_type: NodeShape, arguments: Seq[Any] = Seq()): Node
  24. val instructions: ShapeProperty[InstructionInstance]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def name: String
    Definition Classes
    Contract
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def setInstructionArguments(instruction: Node, arguments: Seq[Any]): Unit
  31. def shape: NodeShape
    Definition Classes
    CodeAttributeDeltaHasShape
  32. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  33. def suffix: String
    Definition Classes
    DeltaContract
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  36. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
    Definition Classes
    ByteCodeAttributeDeltaWithGrammar
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. object CodeAttributesKey extends NodeField
  41. object CodeExceptionTableKey extends NodeField
  42. object CodeKey extends NodeShape
  43. object CodeMaxLocalsKey extends NodeField
  44. object InstructionGrammar extends GrammarKey
  45. object Instructions extends NodeField
  46. object MaxStack extends NodeField
  47. object MaxStackGrammar 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