Packages

o

deltas.bytecode

ByteCodeSkeleton

object ByteCodeSkeleton extends DeltaWithGrammar

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteCodeSkeleton
  2. DeltaWithGrammar
  3. Delta
  4. Key
  5. Contract
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class ClassFile[T <: NodeLike] extends NodeWrapper[T]
  2. trait HasBytes extends AnyRef

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. val attributesByName: Property[HashMap[String, ByteCodeAttribute]]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val constantEntries: ShapeProperty[ConstantPoolEntry]
  8. val constantReferences: ShapeProperty[Map[NodeField, NodeShape]]
  9. def debugRepresentation: String
    Definition Classes
    Key
  10. def dependencies: Set[Contract]
    Definition Classes
    ByteCodeSkeletonContract
  11. def description: String
    Definition Classes
    ByteCodeSkeletonDelta
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def getAttributeNameIndex(attribute: Node): Int
  15. def getBytes(compilation: Compilation, node: Node): Seq[Byte]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getConstantPoolGrammar(grammars: LanguageGrammars): BiGrammar
  18. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  19. val hasBytes: ShapeProperty[HasBytes]
  20. 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
  21. def inject(language: Language): Unit
    Definition Classes
    ByteCodeSkeletonDeltaWithGrammarDelta
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def name: String
    Definition Classes
    Contract
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def neww(name: Int, parent: Int, constantPool: ConstantPool, methods: Seq[Node], interfaces: Seq[Int] = Seq(), classFields: Seq[Node] = Seq(), attributes: Seq[Node] = Seq()): Node
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  29. def suffix: String
    Definition Classes
    DeltaContract
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  32. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
    Definition Classes
    ByteCodeSkeletonDeltaWithGrammar
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. object AttributeGrammar extends GrammarKey
  37. object AttributesGrammar extends GrammarKey
  38. object ClassAttributes extends NodeField
  39. object ClassConstantPool extends NodeField
  40. object ClassFields extends NodeField
  41. object ClassInterfaces extends NodeField
  42. object ClassNameIndexKey extends NodeField
  43. object ClassParentIndex extends NodeField
  44. object ConstantPoolGrammar extends GrammarKey
  45. object ConstantPoolItemContentGrammar extends GrammarKey
  46. object MembersGrammar extends GrammarKey
  47. object Methods extends NodeField
  48. object Shape extends NodeShape

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 DeltaWithGrammar

Inherited from Delta

Inherited from Key

Inherited from Contract

Inherited from AnyRef

Inherited from Any

Ungrouped