o

deltas.javac.methods

MethodDelta

object MethodDelta extends DeltaWithGrammar with HasDeclarationDelta with HasConstraintsDelta with HasShape

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodDelta
  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 Method[T <: NodeLike] extends HasAccessibility[T] with HasName[T]

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 bind(compilation: Compilation, signature: ClassSignature, method: Method[Node]): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def collectConstraints(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, parentScope: Scope): Unit
    Definition Classes
    MethodDeltaHasConstraints
  8. def debugRepresentation: String
    Definition Classes
    Key
  9. def dependencies: Set[Contract]
    Definition Classes
    MethodDeltaContract
  10. def description: String
    Definition Classes
    MethodDeltaDelta
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def getBodyScope(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, parentScope: Scope): ConcreteScope
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getDeclaration(compilation: Compilation, builder: ConstraintBuilder, path: NodePath, parentScope: Scope): Declaration
    Definition Classes
    MethodDeltaHasDeclaration
  16. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  17. def getMethodCompiler(compilation: Compilation): MethodCompiler
  18. def getMethodDescriptor(method: Method[Node], classCompiler: ClassCompiler): Node
  19. def getMethodName(method: Node): String
  20. def getMethodType[T <: NodeLike](method: Method[T]): Node
  21. def getMethods[T <: NodeLike](javaClass: JavaClass[T]): Seq[Method[T]]
  22. def getParameterType(parameter: MethodParameter[NodePath], classCompiler: ClassCompiler): Node
  23. 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
  24. def inject(language: Language): Unit
  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. def neww(name: String, _returnType: Any, _parameters: Seq[Node], _body: Node, static: Boolean = false, visibility: Visibility = PrivateVisibility, typeParameters: Seq[Node] = Seq.empty): Node
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def setMethodCompiler(method: Node, compilation: Compilation): Unit
  32. def shape: NodeShape
    Definition Classes
    MethodDeltaHasShape
  33. def splitCamelCase(input: String): String
    Definition Classes
    Contract
  34. val state: CompilationField[MethodCompiler]
  35. def suffix: String
    Definition Classes
    DeltaContract
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    Contract → AnyRef → Any
  38. def transformGrammars(grammars: LanguageGrammars, state: Language): Unit
    Definition Classes
    MethodDeltaDeltaWithGrammar
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. object Body extends NodeField
  43. object Parameters extends NodeField
  44. object ReturnType extends NodeField
  45. object ReturnTypeGrammar extends GrammarKey
  46. object Shape extends NodeShape
  47. object TypeParameters extends NodeField

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