View source code
							
							
						
								Display the source code in dmd/dsymbol.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Class dmd.dsymbol.Dsymbol
				
						
					
				Methods
| Name | Description | 
|---|---|
| accept | |
| addComment | Add documentation comment to Dsymbol. Ignore NULL comments. | 
| apply | Iterate this dsymbol or members of this scoped dsymbol, then
 call fpwith the found symbol andparam. | 
| arraySyntaxCopy | Do syntax copy of an array of Dsymbol's. | 
| getAccessModule | Determine which Module a Dsymbol is in, as far as access rights go. | 
| getModule | Determine which Module a Dsymbol is in. | 
| hasPointers | Is Dsymbol a variable that contains pointers? | 
| inNonRoot | Returns true if this symbol is defined in a non-root module without instantiation. | 
| isMember | Returns an AggregateDeclaration when toParent() is that. | 
| isMember2 | Returns an AggregateDeclaration when toParent2() is that. | 
| oneMember | Determine if this symbol is only one. | 
| oneMembers | Same as Dsymbol::oneMember(), but look at an array of Dsymbols. | 
| pastMixin | pastMixinreturns the enclosing symbol if this is a template mixin. | 
| pastMixinAndNspace | pastMixinreturns the enclosing symbol if this is a template mixin. | 
| prot | |
| search | Search for ident as member of s. | 
| searchX | Search for identifier id as a member of this.idmay be a template instance. | 
| setScope | Set scope for future semantic analysis so we can deal better with forward references. | 
| size | |
| syntaxCopy | Copy the syntax. Used for template instantiations. If s is NULL, allocate the new object, otherwise fill it in. | 
| toAlias | If this symbol is really an alias for another, return that other. If needed, semantic() is invoked due to resolve forward reference. | 
| toAlias2 | Resolve recursive tuple expansion in eponymous template. | 
| toParent | parentfield returns a lexically enclosing scope symbol this is a member of. | 
| toParent2 | parentfield returns a lexically enclosing scope symbol this is a member of. | 
| toParent3 | parentfield returns a lexically enclosing scope symbol this is a member of. | 
| factory | Create instance of class specified by the fully qualified name classname. The class must either have no constructors or have a default constructor. | 
| opCmp | Compare with another Object obj. | 
| opEquals | Test whether thisis equal too.
 The default implementation only compares by identity (using theisoperator).
 Generally, overrides foropEqualsshould attempt to compare objects by their contents. | 
| toHash | Compute hash function for Object. | 
| toString | |
| toString | Convert Object to a human readable string. | 
Authors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.