Packages

class NewMethodParameterOut extends NewNode with MethodParameterOutBase with DeclarationNew with AstNodeNew with CfgNodeNew

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

Instance Constructors

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

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