CompactConstructorDeclaration
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)
This constructor is used by the parser and is considered private.