MIOLO20
|
Campos de Dados | |
const | T_NONE = 1 |
const | T_IDENTIFIER = 2 |
const | T_INTEGER = 3 |
const | T_STRING = 4 |
const | T_FLOAT = 5 |
const | T_AT = 101 |
const | T_CLOSE_CURLY_BRACES = 102 |
const | T_CLOSE_PARENTHESIS = 103 |
const | T_COMMA = 104 |
const | T_EQUALS = 105 |
const | T_FALSE = 106 |
const | T_NAMESPACE_SEPARATOR = 107 |
const | T_OPEN_CURLY_BRACES = 108 |
const | T_OPEN_PARENTHESIS = 109 |
const | T_TRUE = 110 |
![]() | |
$lookahead | |
$token | |
Membros protegidos | |
getCatchablePatterns () | |
getNonCatchablePatterns () | |
getType (&$value) | |
![]() | |
scan ($input) | |
Outros membros herdados | |
![]() | |
setInput ($input) | |
reset () | |
resetPeek () | |
resetPosition ($position=0) | |
isNextToken ($token) | |
moveNext () | |
skipUntil ($type) | |
isA ($value, $token) | |
peek () | |
glimpse () | |
getLiteral ($token) | |
Simple lexer for docblock annotations.
This Lexer can be subclassed to customize certain aspects of the annotation lexing (token recognition) process. Note though that currently no special care is taken to maintain full backwards compatibility for subclasses. Implementation details of the default Lexer can change without explicit notice.
|
protected |
|
protected |
|
protected |