case class ConstructorDeclaration extends BodyDeclaration with IConstructorDeclaration with MutableTypeAppendable with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstructorDeclaration
- Serializable
- Product
- Equals
- MutableTypeAppendable
- IConstructorDeclaration
- AnnotationsAndModifiers
- BodyDeclaration
- IBodyDeclaration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val annotations: Array[Annotation]
- Definition Classes
- ConstructorDeclaration → IConstructorDeclaration → AnnotationsAndModifiers
- def annotationsAndModifiers: String
- Definition Classes
- AnnotationsAndModifiers
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blockLocation: Option[Location]
- Definition Classes
- BodyDeclaration → IBodyDeclaration
- def bodyLocation: Option[Location]
- Definition Classes
- BodyDeclaration → IBodyDeclaration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- IConstructorDeclaration → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val formalParameters: ArraySeq[FormalParameter]
- Definition Classes
- ConstructorDeclaration → IConstructorDeclaration
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- IConstructorDeclaration → AnyRef → Any
- def id: IdWithLocation
- Definition Classes
- ConstructorDeclaration → IConstructorDeclaration → BodyDeclaration → IBodyDeclaration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Array[Modifier]
- Definition Classes
- ConstructorDeclaration → IConstructorDeclaration → AnnotationsAndModifiers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val qname: QualifiedName
- Definition Classes
- ConstructorDeclaration → IConstructorDeclaration
- def setBlockLocation(startPosition: Position, endPosition: Position): Unit
- Definition Classes
- BodyDeclaration
- def setLocation(startPosition: Position, endPosition: Position): Unit
- Definition Classes
- BodyDeclaration
- def setLocations(startPosition: Position, blockStartPosition: Position, endPosition: Position): Unit
Set both location && blockLocation, with same endpoint
Set both location && blockLocation, with same endpoint
- Definition Classes
- BodyDeclaration
- def signature: String
- Definition Classes
- IConstructorDeclaration
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- IConstructorDeclaration → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()