PHP Trait gossi\codegen\parser\visitor\parts\ValueParserPart

Datei anzeigen Open project: gossi/php-code-generator

Private Methods

Method Description
getExpression ( PhpParser\Node $node ) : mixed Returns the value from a node
getPrimitiveValue ( PhpParser\Node $node ) : mixed Returns the primitive value
isBool ( PhpParser\Node $node ) : boolean Returns whether this node is a boolean value
isNull ( PhpParser\Node $node ) : boolean Returns whether this node is a null value
isPrimitive ( PhpParser\Node $node ) : boolean Returns whether this node is a primitive value
parseValue ( gossi\codegen\model\ValueInterface $obj, PhpParser\Node $node ) : void Parses the value of a node into the model