| Methods | 
			
	
			
				
					
	public
					
					
				
			 | 
			
				isUnqualified(): bool
	
		Checks whether the name is unqualified. (E.g. Name)
	 
	
	Checks whether the name is unqualified. (E.g. Name) 
 
							Returns
							Whether the name is unqualified 
 
		Overrides
		
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				isQualified(): bool
	
		Checks whether the name is qualified. (E.g. Name\Name)
	 
	
	Checks whether the name is qualified. (E.g. Name\Name) 
 
							Returns
							Whether the name is qualified 
 
		Overrides
		
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				isFullyQualified(): bool
	
		Checks whether the name is fully qualified. (E.g. \Name)
	 
	
	Checks whether the name is fully qualified. (E.g. \Name) 
 
							Returns
							Whether the name is fully qualified 
 
		Overrides
		
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				isRelative(): bool
	
		Checks whether the name is explicitly relative to the current namespace. (E.g. namespace\Name)
	 
	
	Checks whether the name is explicitly relative to the current namespace. (E.g. namespace\Name) 
 
							Returns
							Whether the name is relative 
 
		Overrides
		
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				toCodeString(): string
	
		Returns a string representation of the name as it would occur in code (e.g., including
leading backslash for fully…
	 
	
	Returns a string representation of the name as it would occur in code (e.g., including
leading backslash for fully qualified names. 
 
							Returns
							
		Overrides
		
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getType(): string
	
		Gets the type of the node.
	 
	
	Gets the type of the node. 
 
							Returns
							
		Overrides
		
	 
			 | 
		
			#
		 |