Packages

class NewMethodParameterIn extends NewNode with MethodParameterInBase with DeclarationNew with AstNodeNew with CfgNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethodParameterIn
  2. CfgNodeNew
  3. AstNodeNew
  4. HasOrderMutable
  5. HasLineNumberMutable
  6. HasColumnNumberMutable
  7. HasCodeMutable
  8. DeclarationNew
  9. HasNameMutable
  10. MethodParameterInBase
  11. HasTypeFullName
  12. HasIsVariadic
  13. HasEvaluationStrategy
  14. HasDynamicTypeHintFullName
  15. CfgNodeBase
  16. AstNodeBase
  17. HasOrder
  18. HasLineNumber
  19. HasColumnNumber
  20. HasCode
  21. DeclarationBase
  22. HasName
  23. NewNode
  24. Product
  25. Equals
  26. AbstractNode
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewMethodParameterIn(typeFullName: String = "<empty>", order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, isVariadic: Boolean = false, evaluationStrategy: String = "<empty>", dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, columnNumber: Option[Integer] = None, code: String = "<empty>")

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 asStored: StoredNode
    Definition Classes
    MethodParameterInBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewMethodParameterIn → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewMethodParameterIn.this.type
  9. var code: String
    Definition Classes
    NewMethodParameterInHasCode
  10. def columnNumber(value: Option[Integer]): NewMethodParameterIn.this.type
  11. def columnNumber(value: Integer): NewMethodParameterIn.this.type
  12. var columnNumber: Option[Integer]
  13. def copy: NewMethodParameterIn.this.type
    Definition Classes
    NewMethodParameterInNewNode
  14. def dynamicTypeHintFullName(value: IterableOnce[String]): NewMethodParameterIn.this.type
  15. var dynamicTypeHintFullName: IndexedSeq[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def evaluationStrategy(value: String): NewMethodParameterIn.this.type
  19. var evaluationStrategy: String
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isVariadic(value: Boolean): NewMethodParameterIn.this.type
  24. var isVariadic: Boolean
    Definition Classes
    NewMethodParameterInHasIsVariadic
  25. def label: String
    Definition Classes
    NewMethodParameterInAbstractNode
  26. def lineNumber(value: Option[Integer]): NewMethodParameterIn.this.type
  27. def lineNumber(value: Integer): NewMethodParameterIn.this.type
  28. var lineNumber: Option[Integer]
    Definition Classes
    NewMethodParameterInHasLineNumber
  29. def name(value: String): NewMethodParameterIn.this.type
  30. var name: String
    Definition Classes
    NewMethodParameterInHasName
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def order(value: Int): NewMethodParameterIn.this.type
  35. var order: Int
    Definition Classes
    NewMethodParameterInHasOrder
  36. def productArity: Int
    Definition Classes
    NewMethodParameterIn → Product
  37. def productElement(n: Int): Any
    Definition Classes
    NewMethodParameterIn → Product
  38. def productElementName(n: Int): String
    Definition Classes
    NewMethodParameterIn → Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    NewMethodParameterIn → Product
  42. def properties: Map[String, Any]
    Definition Classes
    NewMethodParameterInNewNode
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def typeFullName(value: String): NewMethodParameterIn.this.type
  46. var typeFullName: String
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from DeclarationNew

Inherited from HasNameMutable

Inherited from MethodParameterInBase

Inherited from HasTypeFullName

Inherited from HasIsVariadic

Inherited from HasEvaluationStrategy

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from DeclarationBase

Inherited from HasName

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped