PHP Class Go\Aop\Pointcut\PointcutGrammar

Inheritance: extends Dissect\Parser\Grammar
Afficher le fichier Open project: goaop/framework

Méthodes publiques

Méthode Description
__construct ( Go\Core\AspectContainer $container, Doctrine\Common\Annotations\Reader $annotationReader ) Constructs a pointcut grammar with AST

Private Methods

Méthode Description
getModifierConverter ( ) : Closure Returns callable for converting node value for modifiers to the constant value
getNodeToStringConverter ( ) : Closure Returns callable for converting node(s) to the string

Method Details

__construct() public méthode

Constructs a pointcut grammar with AST
public __construct ( Go\Core\AspectContainer $container, Doctrine\Common\Annotations\Reader $annotationReader )
$container Go\Core\AspectContainer Instance of the container
$annotationReader Doctrine\Common\Annotations\Reader