Home > ts-morph-structures > GetAccessorDeclarationImpl
Signature:
export default class GetAccessorDeclarationImpl implements GetAccessorDeclarationStructureClassIfc
Implements: GetAccessorDeclarationStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(isStatic, name, returnType)](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl._constructor_.html) | Constructs a new instance of the `GetAccessorDeclarationImpl` class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [decorators](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.decorators.html) | `readonly` | [DecoratorImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.decoratorimpl.html)\[\] | |
| [docs](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.docs.html) | `readonly` | ([JSDocImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.jsdocimpl.html) \| string)\[\] | |
| [isAbstract](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.isabstract.html) | boolean | ||
| [isStatic](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.isstatic.html) | boolean | ||
| [kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.kind.html) | `readonly` | StructureKind.GetAccessor | |
| [leadingTrivia](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.leadingtrivia.html) | `readonly` | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html)\[\] | |
| [name](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.name.html) | string | ||
| [parameters](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.parameters.html) | `readonly` | [ParameterDeclarationImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.parameterdeclarationimpl.html)\[\] | |
| [returnType?](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.returntype.html) | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html) \| undefined | _(Optional)_ | |
| [returnTypeStructure](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.returntypestructure.html) | [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html) \| undefined | ||
| [scope?](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.scope.html) | import("ts-morph").Scope<> \| undefined | _(Optional)_ | |
| [statements](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.statements.html) | `readonly` | ([StatementStructureImpls](/es-membrane/ts-morph-structures/api/ts-morph-structures.statementstructureimpls.html) \| [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html))\[\] | |
| [trailingTrivia](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.trailingtrivia.html) | `readonly` | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html)\[\] | |
| [typeParameters](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.typeparameters.html) | `readonly` | ([TypeParameterDeclarationImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.typeparameterdeclarationimpl.html) \| string)\[\] |
| Method | Modifiers | Description |
|---|---|---|
| [clone(source)](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.clone.html) | `static` | |
| [toJSON()](/es-membrane/ts-morph-structures/api/ts-morph-structures.getaccessordeclarationimpl.tojson.html) |