Class PhpParser\Node\Identifier

extends NodeAbstract

Represents a non-namespaced name. Namespaced names are represented using Name nodes.

Methods
Methods inherited from PhpParser\NodeAbstract
getLine(), getStartLine(), getEndLine(), getStartTokenPos(), getEndTokenPos(), getStartFilePos(), getEndFilePos(), getComments(), getDocComment(), setDocComment(), setAttribute(), hasAttribute(), getAttribute(), getAttributes(), setAttributes(), jsonSerialize()
Properties
Properties inherited from PhpParser\NodeAbstract
$attributes