Class AliasesParser
Use statement parser (state machine)
| 
			 public 
			
			
			 | |
| 
			 public static
			array
			
			 | 
		#
		 parseSource( string $source, string $namespace = '' )Creates Aliases instance relevant to given class source code | 
| integer | 
				STATE_WAITING_FOR_USE
			 | 
				#
				 1 | 
| integer | 
				STATE_GATHERING
			 | 
				#
				 2 | 
| integer | 
				STATE_IN_AS_PART
			 | 
				#
				 3 | 
| integer | 
				STATE_JUST_FINISHED
			 | 
				#
				 4 |