Class MacroTokens
Macro tag tokenizer.
- Latte\Object
- 
			 Latte\TokenIterator Latte\TokenIterator
- 
			 Latte\MacroTokens Latte\MacroTokens
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			 | |
| 
			 public 
			 | |
| 
			 public 
			string
			
			 | |
| 
			 public 
			array
			
			 | |
| 
			 public 
			 | |
| 
			 protected 
			
			
			 | 
| 
currentToken(), 
currentValue(), 
isCurrent(), 
isNext(), 
isPrev(), 
joinAll(), 
joinUntil(), 
nextAll(), 
nextToken(), 
nextUntil(), 
nextValue(), 
scan()
		 | 
| 
			__call(), 
			__get(), 
			__isset(), 
			__set(), 
			__unset()
		 | 
| integer | 
				T_WHITESPACE
		 | 1 | |
| integer | 
				T_COMMENT
		 | 2 | |
| integer | 
				T_SYMBOL
		 | 3 | |
| integer | 
				T_NUMBER
		 | 4 | |
| integer | 
				T_VARIABLE
		 | 5 | |
| integer | 
				T_STRING
		 | 6 | |
| integer | 
				T_CAST
		 | 7 | |
| integer | 
				T_KEYWORD
		 | 8 | |
| integer | 
				T_CHAR
		 | 9 | 
| 
			public  
			integer
		 | $depth | 0 | 
| 
$ignored, 
$position, 
$tokens
		 |