CompactConstructorDeclaration

constructor()(source)
constructor(name: String)(source)
constructor(modifiers: NodeList<Modifier>, name: String)(source)
constructor(modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, typeParameters: NodeList<TypeParameter>, name: SimpleName, thrownExceptions: NodeList<ReferenceType>, body: BlockStmt)(source)


constructor(tokenRange: TokenRange, modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, typeParameters: NodeList<TypeParameter>, name: SimpleName, thrownExceptions: NodeList<ReferenceType>, body: BlockStmt)(source)
constructor(tokenRange: TokenRange, annotations: NodeList<AnnotationExpr>, body: BlockStmt)(source)

This constructor is used by the parser and is considered private.