124 lines
2.2 KiB
JavaScript
124 lines
2.2 KiB
JavaScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
castOpen = 1,
|
|
HeredocString = 2,
|
|
interpolatedStringContent = 275,
|
|
EscapeSequence = 3,
|
|
afterInterpolation = 276,
|
|
automaticSemicolon = 277,
|
|
eof = 278,
|
|
abstract = 4,
|
|
and = 5,
|
|
array = 6,
|
|
as = 7,
|
|
Boolean = 8,
|
|
_break = 9,
|
|
_case = 10,
|
|
_catch = 11,
|
|
clone = 12,
|
|
_const = 13,
|
|
_continue = 14,
|
|
_default = 15,
|
|
declare = 16,
|
|
_do = 17,
|
|
echo = 18,
|
|
_else = 19,
|
|
elseif = 20,
|
|
enddeclare = 21,
|
|
endfor = 22,
|
|
endforeach = 23,
|
|
endif = 24,
|
|
endswitch = 25,
|
|
endwhile = 26,
|
|
_enum = 27,
|
|
_extends = 28,
|
|
final = 29,
|
|
_finally = 30,
|
|
fn = 31,
|
|
_for = 32,
|
|
foreach = 33,
|
|
from = 34,
|
|
_function = 35,
|
|
global = 36,
|
|
goto = 37,
|
|
_if = 38,
|
|
_implements = 39,
|
|
include = 40,
|
|
include_once = 41,
|
|
_instanceof = 42,
|
|
insteadof = 43,
|
|
_interface = 44,
|
|
list = 45,
|
|
match = 46,
|
|
namespace = 47,
|
|
_new = 48,
|
|
_null = 49,
|
|
or = 50,
|
|
print = 51,
|
|
readonly = 52,
|
|
_require = 53,
|
|
require_once = 54,
|
|
_return = 55,
|
|
_switch = 56,
|
|
_throw = 57,
|
|
trait = 58,
|
|
_try = 59,
|
|
unset = 60,
|
|
use = 61,
|
|
_var = 62,
|
|
Visibility = 63,
|
|
_while = 64,
|
|
xor = 65,
|
|
_yield = 66,
|
|
LineComment = 67,
|
|
BlockComment = 68,
|
|
TextInterpolation = 69,
|
|
PhpClose = 70,
|
|
Text = 71,
|
|
PhpOpen = 72,
|
|
Template = 73,
|
|
Block = 79,
|
|
Name = 82,
|
|
ParenthesizedExpression = 89,
|
|
MatchArm = 91,
|
|
MemberName = 111,
|
|
VariableName = 112,
|
|
DynamicVariable = 113,
|
|
ArgList = 117,
|
|
NamespaceNameInner = 128,
|
|
NamespaceName = 130,
|
|
ScopedExpression = 132,
|
|
ClassMemberName = 134,
|
|
UpdateOp = 138,
|
|
BinaryExpression = 140,
|
|
_static = 162,
|
|
ParamList = 163,
|
|
Attributes = 166,
|
|
Attribute = 167,
|
|
PropertyHooks = 170,
|
|
PropertyHook = 171,
|
|
_class = 175,
|
|
BaseClause = 176,
|
|
ClassInterfaceClause = 177,
|
|
DeclarationList = 178,
|
|
ConstDeclarator = 180,
|
|
VariableDeclarator = 182,
|
|
MethodDeclaration = 183,
|
|
UseDeclaration = 184,
|
|
UseList = 185,
|
|
UseInsteadOfClause = 186,
|
|
UseAsClause = 187,
|
|
ShellExpression = 190,
|
|
Integer = 192,
|
|
Float = 193,
|
|
InterpolatedString = 194,
|
|
Interpolation = 199,
|
|
String = 200,
|
|
ColonBlock = 202,
|
|
CaseStatement = 205,
|
|
DefaultStatement = 206,
|
|
EnumBody = 232,
|
|
EnumCase = 233,
|
|
UseGroup = 236,
|
|
Program = 241
|