case class AliasFormalParameter(fp: VirtualFormalParameter) extends AliasSourceElement with Product with Serializable
Represents a formal parameter of a method that is part of an alias relation.
- Source
- AliasSourceElement.scala
- Alphabetic
- By Inheritance
- AliasFormalParameter
- Serializable
- Product
- Equals
- AliasSourceElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AliasFormalParameter(fp: VirtualFormalParameter)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asAliasFP: AliasFormalParameter
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- def asAliasField: AliasField
- Definition Classes
- AliasSourceElement
- def asAliasReturnValue: AliasReturnValue
- Definition Classes
- AliasSourceElement
- def asAliasStaticField: AliasStaticField
- Definition Classes
- AliasSourceElement
- def asAliasUVar: AliasUVar
- Definition Classes
- AliasSourceElement
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def declaredMethod: DeclaredMethod
Returns the DeclaredMethod this element is associated with.
Returns the DeclaredMethod this element is associated with. If such a method does not exist, an UnsupportedOperationException is thrown.
- returns
The DeclaredMethod this element is associated with.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- Exceptions thrown
UnsupportedOperationExceptionif the element is not associated with a method- See also
- def element: VirtualFormalParameter
The underlying element that is represented.
The underlying element that is represented.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fp: VirtualFormalParameter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isAliasFP: Boolean
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- def isAliasField: Boolean
- Definition Classes
- AliasSourceElement
- def isAliasReturnValue: Boolean
- Definition Classes
- AliasSourceElement
- def isAliasStaticField: Boolean
- Definition Classes
- AliasSourceElement
- def isAliasUVar: Boolean
- Definition Classes
- AliasSourceElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMethodBound: Boolean
Returns
trueif this element is associated with a method.Returns
trueif this element is associated with a method. If this method returnstrue, method and declaredMethod can be safely called.- returns
trueif this element is associated with a method.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- def isNullValue: Boolean
Returns
trueif the value of the element is the null value.Returns
trueif the value of the element is the null value.- returns
trueif the value of the element is the null value.
- Definition Classes
- AliasSourceElement
- def isReferenceType: Boolean
Returns
trueif the type of the represented element is a reference type.Returns
trueif the type of the represented element is a reference type. Otherwise, if it is a primitive type, it returns false.- returns
trueif the type of the represented element is a reference type.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- def method: Method
Returns the Method this element is associated with.
Returns the Method this element is associated with. If such a method does not exist, an UnsupportedOperationException is thrown.
- returns
The Method this element is associated with.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- Exceptions thrown
UnsupportedOperationExceptionif the element is not associated with a method- See also
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def referenceType: ReferenceType
Returns the ReferenceType of the represented element.
Returns the ReferenceType of the represented element. If the type of the represented element is not reference type, a ClassCastException is thrown.
- returns
the reference type of the represented element.
- Definition Classes
- AliasFormalParameter → AliasSourceElement
- Exceptions thrown
ClassCastExceptionif the type of the represented element is not a reference type- See also
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated