JavaOutputSymbol
Represents an ‘exported’ symbol from a .java file. Class, enum, interface etc. Not considered exported if private
Members
Section titled “Members”Extends OutputSymbol
| constructor | (name: string | Namekey, spaces: OutputSpace[] | OutputSpace | undefined, options: JavaOutputSymbolOptions) | Constructs a new instance of the JavaOutputSymbol class |
| copy | () => JavaOutputSymbol | |
| debugInfo | Record<string, unknown> | |
| memberSpaces | readonly [“static”, “instance”] | |
| package | string | undefined | Fully qualified package name |