object JavaClassDelta extends DeltaWithGrammar with Delta with HasDeclarationDelta with HasConstraintsDelta

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaClassDelta
  2. HasConstraintsDelta
  3. HasConstraints
  4. HasDeclarationDelta
  5. HasDeclaration
  6. HasShape
  7. DeltaWithGrammar
  8. Delta
  9. Key
  10. Contract
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class JavaClass[T <: NodeLike] extends HasName[T]
  2. class State 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def collectConstraints(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, defaultPackageScope: Scope): Unit
    Definition Classes
    JavaClassDeltaHasConstraints
  7. def debugRepresentation: String
    Definition Classes
    Key
  8. def dependencies: Set[Contract]
    Definition Classes
    JavaClassDeltaContract
  9. def description: String
    Definition Classes
    JavaClassDeltaDelta
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fullyQualify(_type: NodePath, classCompiler: ClassCompiler): Unit
    Annotations
    @tailrec()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getClassCompiler(compilation: Compilation): ClassCompiler
  15. def getClassScope(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, defaultPackageScope: Scope): ScopeVariable
  16. def getDeclaration(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, defaultPackageScope: Scope): Declaration
    Definition Classes
    JavaClassDeltaHasDeclaration
  17. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  18. def getFields[T <: NodeLike](javaClass: JavaClass[T]): Seq[T]
  19. def getQualifiedClassName[T <: NodeLike](javaClass: JavaClass[T]): QualifiedClassName
  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. val importToClassMap: ShapeProperty[(Compilation, Node) => Map[String, QualifiedClassName]]
  22. def inject(language: Language): Unit
    Definition Classes
    HasConstraintsDeltaDelta
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def name: String
    Definition Classes
    Contract
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def neww(_package: Seq[String], name: String, members: Seq[Node] = Seq(), imports: List[Node] = List(), mbParent: Option[String] = None): Node
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def shape: NodeShape
    Definition Classes
    JavaClassDeltaHasShape
  30. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  31. val state: CompilationState[State]
  32. val staticDeclaration: TypedNodeField[NamedDeclaration]
  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, language: Language): Unit
    Definition Classes
    JavaClassDeltaDeltaWithGrammar
  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 ClassGrammar
  41. object ClassImports extends NodeField
  42. object ClassPackage extends NodeField
  43. object ClassParent extends NodeField
  44. object ImportGrammar extends GrammarKey
  45. object Members extends NodeField
  46. 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 HasConstraintsDelta

Inherited from HasConstraints

Inherited from HasDeclarationDelta

Inherited from HasDeclaration

Inherited from HasShape

Inherited from DeltaWithGrammar

Inherited from Delta

Inherited from Key

Inherited from Contract

Inherited from AnyRef

Inherited from Any

Ungrouped