Pelzini

This is the code documentation for the Pelzini project

class ParserArgument

Represents a function argument

Source code (4 results)

/processor/c_analyser.php   Highlighted file source

Line 159: $arg = new ParserArgument();
Line 182: $arg = new ParserArgument();

/processor/javascript_analyser.php   Highlighted file source

Line 109: $arg = new ParserArgument();

/processor/parser_argument.php   Highlighted file source

Line 32: class ParserArgument extends ParserItem {

/processor/php_parser.php   Highlighted file source

Line 260: // will become a ParserVariable or a ParserArgument
Line 263: $argument = new ParserArgument();

A total of 6 lines in 4 files were found