phpast

package
v2.7.4+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2019 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package phpast defines constants for PHP-Parser lib nodes

Index

Constants

This section is empty.

Variables

View Source
var (
	Alias                = "Stmt_TraitUseAdaptation_Alias"
	Arg                  = "Arg"
	Array                = "Expr_Array"
	ArrayDimFetch        = "Expr_ArrayDimFetch"
	ArrayItem            = "Expr_ArrayItem"
	Assign               = "Expr_Assign"
	AssignOpDiv          = "Expr_AssignOp_Div"
	AssignOpMinus        = "Expr_AssignOp_Minus"
	AssignOpMod          = "Expr_AssignOp_Mod"
	AssignOpMul          = "Expr_AssignOp_Mul"
	AssignOpPlus         = "Expr_AssignOp_Plus"
	BinaryOpDiv          = "Expr_BinaryOp_Div"
	BinaryOpMinus        = "Expr_BinaryOp_Minus"
	BinaryOpMod          = "Expr_BinaryOp_Mod"
	BinaryOpMul          = "Expr_BinaryOp_Mul"
	BinaryOpPlus         = "Expr_BinaryOp_Plus"
	BinaryOpPow          = "Expr_BinaryOp_Pow"
	BitwiseAnd           = "Expr_BinaryOp_BitwiseAnd"
	BitwiseNot           = "Expr_BitwiseNot"
	BitwiseOr            = "Expr_BinaryOp_BitwiseOr"
	BitwiseXor           = "Expr_BinaryOp_BitwiseXor"
	BooleanAnd           = "Expr_BinaryOp_BooleanAnd"
	BooleanNot           = "Expr_BooleanNot"
	BooleanOr            = "Expr_BinaryOp_BooleanOr"
	BooleanXor           = "Expr_BinaryOp_BooleanXor"
	Break                = "Stmt_Break"
	Case                 = "Stmt_Case"
	CastArray            = "Expr_Cast_Array"
	CastBool             = "Expr_Cast_Bool"
	CastDouble           = "Expr_Cast_Double"
	CastInt              = "Expr_Cast_Int"
	CastObject           = "Expr_Cast_Object"
	CastString           = "Expr_Cast_String"
	CastUnset            = "Expr_Cast_Unset"
	Catch                = "Stmt_Catch"
	Class                = "Stmt_Class"
	ClassConst           = "Stmt_ClassConst"
	ClassConstFetch      = "Expr_ClassConstFetch"
	ClassMethod          = "Stmt_ClassMethod"
	Clone                = "Expr_Clone"
	Closure              = "Expr_Closure"
	ClosureUse           = "Expr_ClosureUse"
	Coalesce             = "Expr_BinaryOp_Coalesce"
	Comment              = "Comment"
	Concat               = "Expr_BinaryOp_Concat"
	Const                = "Const"
	ConstFetch           = "Expr_ConstFetch"
	Continue             = "Stmt_Continue"
	Declare              = "Stmt_Declare"
	DeclareDeclare       = "Stmt_DeclareDeclare"
	Do                   = "Stmt_Do"
	Doc                  = "Comment_Doc"
	Echo                 = "Stmt_Echo"
	Else                 = "Stmt_Else"
	ElseIf               = "Stmt_ElseIf"
	Empty                = "Expr_Empty"
	Encapsed             = "Scalar_Encapsed"
	EncapsedStringPart   = "Scalar_EncapsedStringPart"
	Equal                = "Expr_BinaryOp_Equal"
	ErrorSuppress        = "Expr_ErrorSuppress"
	Eval                 = "Expr_Eval"
	Exit                 = "Expr_Exit"
	File                 = "File"
	Finally              = "Stmt_Finally"
	For                  = "Stmt_For"
	Foreach              = "Stmt_Foreach"
	FullyQualified       = "Name_FullyQualified"
	FuncCall             = "Expr_FuncCall"
	Function             = "Stmt_Function"
	FunctionReturn       = "Stmt_Function.returnType"
	Global               = "Stmt_Global"
	Goto                 = "Stmt_Goto"
	Greater              = "Expr_BinaryOp_Greater"
	GreaterOrEqual       = "Expr_BinaryOp_GreaterOrEqual"
	GroupUse             = "Stmt_GroupUse"
	Identical            = "Expr_BinaryOp_Identical"
	Identifier           = "Identifier"
	If                   = "Stmt_If"
	Include              = "Expr_Include"
	InlineHTML           = "Stmt_InlineHTML"
	Instanceof           = "Expr_Instanceof"
	Interface            = "Stmt_Interface"
	Isset                = "Expr_Isset"
	Label                = "Stmt_Label"
	List                 = "Expr_List"
	LogicalAnd           = "Expr_BinaryOp_LogicalAnd"
	LogicalOr            = "Expr_BinaryOp_LogicalOr"
	LogicalXor           = "Expr_BinaryOp_LogicalXor"
	MethodCall           = "Expr_MethodCall"
	Mod                  = "Expr_BinaryOp_Mod"
	Mul                  = "Expr_BinaryOp_Mul"
	Name                 = "Name"
	NameRelative         = "Name_Relative"
	Namespace            = "Stmt_Namespace"
	New                  = "Expr_New"
	Nop                  = "Stmt_Nop"
	NotEqual             = "Expr_BinaryOp_NotEqual"
	NotIdentical         = "Expr_BinaryOp_NotIdentical"
	NullableType         = "NullableType"
	Param                = "Param"
	PostDec              = "Expr_PostDec"
	PostInc              = "Expr_PostInc"
	Pow                  = "Expr_BinaryOp_Pow"
	PreDec               = "Expr_PreDec"
	PreInc               = "Expr_PreInc"
	Print                = "Expr_Print"
	Property             = "Stmt_Property"
	PropertyFetch        = "Expr_PropertyFetch"
	PropertyProperty     = "Stmt_PropertyProperty"
	Return               = "Stmt_Return"
	ScalarDNumber        = "Scalar_DNumber"
	ScalarLNumber        = "Scalar_LNumber"
	ScalarMagicClass     = "Scalar_MagicConst_Class"
	ScalarMagicDir       = "Scalar_MagicConst_Dir"
	ScalarMagicFile      = "Scalar_MagicConst_File"
	ScalarMagicFunction  = "Scalar_MagicConst_Function"
	ScalarMagicLine      = "Scalar_MagicConst_Line"
	ScalarMagicMethod    = "Scalar_MagicConst_Method"
	ScalarMagicNamespace = "Scalar_MagicConst_Namespace"
	ScalarMagicTrait     = "Scalar_MagicConst_Trait"
	ScalarString         = "Scalar_String"
	ShiftLeft            = "Expr_BinaryOp_ShiftLeft"
	ShiftRight           = "Expr_BinaryOp_ShiftRight"
	Smaller              = "Expr_BinaryOp_Smaller"
	SmallerOrEqual       = "Expr_BinaryOp_SmallerOrEqual"
	Spaceship            = "Expr_BinaryOp_Spaceship"
	Static               = "Stmt_Static"
	StaticCall           = "Expr_StaticCall"
	StaticPropertyFetch  = "Expr_StaticPropertyFetch"
	StaticVar            = "Stmt_StaticVar"
	StmtConst            = "Stmt_Const"
	Switch               = "Stmt_Switch"
	Ternary              = "Expr_Ternary"
	Throw                = "Stmt_Throw"
	Trait                = "Stmt_Trait"
	TraitPrecedence      = "Stmt_TraitUseAdaptation_Precedence"
	TraitUse             = "Stmt_TraitUse"
	TryCatch             = "Stmt_TryCatch"
	UnaryMinus           = "Expr_UnaryMinus"
	UnaryPlus            = "Expr_UnaryPlus"
	Unset                = "Stmt_Unset"
	Use                  = "Stmt_Use"
	UseUse               = "Stmt_UseUse"
	Variable             = "Expr_Variable"
	While                = "Stmt_While"
	Yield                = "Expr_Yield"
	YieldFrom            = "Expr_YieldFrom"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL