Token
final class Token
Constants
| End |
|
| Text |
|
| Whitespace |
|
| Newline |
|
| Indentation |
|
| Slash |
|
| Equals |
|
| Quote |
|
| Latte_TagOpen |
|
| Latte_TagClose |
|
| Latte_Name |
|
| Latte_CommentOpen |
|
| Latte_CommentClose |
|
| Html_TagOpen |
|
| Html_TagClose |
|
| Html_CommentOpen |
|
| Html_CommentClose |
|
| Html_BogusOpen |
|
| Html_Name |
|
| Php_LogicalOr |
|
| Php_LogicalXor |
|
| Php_LogicalAnd |
|
| Php_DoubleArrow |
|
| Php_PlusEqual |
|
| Php_MinusEqual |
|
| Php_MulEqual |
|
| Php_DivEqual |
|
| Php_ConcatEqual |
|
| Php_ModEqual |
|
| Php_AndEqual |
|
| Php_OrEqual |
|
| Php_XorEqual |
|
| Php_SlEqual |
|
| Php_SrEqual |
|
| Php_PowEqual |
|
| Php_CoalesceEqual |
|
| Php_Coalesce |
|
| Php_BooleanOr |
|
| Php_BooleanAnd |
|
| Php_FilterPipe |
|
| Php_AmpersandNotFollowed |
|
| Php_AmpersandFollowed |
|
| Php_IsEqual |
|
| Php_IsNotEqual |
|
| Php_IsIdentical |
|
| Php_IsNotIdentical |
|
| Php_Spaceship |
|
| Php_IsSmallerOrEqual |
|
| Php_IsGreaterOrEqual |
|
| Php_Sl |
|
| Php_Sr |
|
| Php_In |
|
| Php_Instanceof |
|
| Php_Inc |
|
| Php_Dec |
|
| Php_IntCast |
|
| Php_FloatCast |
|
| Php_StringCast |
|
| Php_ArrayCast |
|
| Php_ObjectCast |
|
| Php_BoolCast |
|
| Php_Pow |
|
| Php_New |
|
| Php_Clone |
|
| Php_Integer |
|
| Php_Float |
|
| Php_Identifier |
|
| Php_StringVarname |
|
| Php_Constant |
|
| Php_Variable |
|
| Php_NumString |
|
| Php_EncapsedAndWhitespace |
|
| Php_ConstantEncapsedString |
|
| Php_Match |
|
| Php_Default |
|
| Php_Function |
|
| Php_Fn |
|
| Php_Return |
|
| Php_Use |
|
| Php_Isset |
|
| Php_Empty |
|
| Php_ObjectOperator |
|
| Php_NullsafeObjectOperator |
|
| Php_UndefinedsafeObjectOperator |
|
| Php_List |
|
| Php_Array |
|
| Php_StartHeredoc |
|
| Php_EndHeredoc |
|
| Php_DollarOpenCurlyBraces |
|
| Php_CurlyOpen |
|
| Php_PaamayimNekudotayim |
|
| Php_NsSeparator |
|
| Php_Ellipsis |
|
| Php_ExpandCast |
|
| Php_NameFullyQualified |
|
| Php_NameQualified |
|
| Php_Whitespace |
|
| Php_Comment |
|
| Php_Null |
|
| Php_True |
|
| Php_False |
|
| Names |
|
Methods
__construct(int $type, string $text, Position|null $position = null)
No description
bool
is(int|string ...$kind)
No description
bool
isEnd()
No description
bool
isPhpKind()
No description
Details
at line 234
__construct(int $type, string $text, Position|null $position = null)
No description
at line 242
bool
is(int|string ...$kind)
No description
at line 249
bool
isEnd()
No description
at line 255
bool
isPhpKind()
No description