Class AnnotationsParser
Annotations support for PHP.
		Final
Namespace: Nette\Reflection
Author: David Grudl
Annotation
Located at Reflection/AnnotationsParser.php
	
	Namespace: Nette\Reflection
Author: David Grudl
Annotation
Located at Reflection/AnnotationsParser.php
| 
			
			final public 
			
			
			 | |
| 
			
			 public static
			array
			
			 | |
| 
			
			 protected static
			 | 
| 
			
			string
		 | 
				RE_STRING
		 | '\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"' | |
| 
			
			string
		 | 
				RE_IDENTIFIER
		 | '[_a-zA-Z\x7F-\xFF][_a-zA-Z0-9\x7F-\xFF]*' | 
| 
			
			public static
			boolean
		 | $useReflection |  |