AbstractParser
abstract class AbstractParser extends Parser (View source)
This Abstract Parser class contains definitions for absolutely basic types, like quoted strings or identifiers
Properties
protected | $match_S_typestack | ||
protected | $match__IntegerNumber_typestack | ||
protected | $match__Decimals_typestack | ||
protected | $match_NumberLiteral_typestack | ||
protected | $match_DoubleQuotedStringLiteral_typestack | ||
protected | $match_SingleQuotedStringLiteral_typestack | ||
protected | $match_StringLiteral_typestack | ||
protected | $match_BooleanLiteral_typestack | ||
protected | $match_Identifier_typestack | ||
protected | $match_PropertyPath_typestack |
Methods
match_S($stack = array())
No description
match__IntegerNumber($stack = array())
No description
match__Decimals($stack = array())
No description
match_NumberLiteral($stack = array())
No description
match_DoubleQuotedStringLiteral($stack = array())
No description
match_SingleQuotedStringLiteral($stack = array())
No description
match_StringLiteral($stack = array())
No description
match_BooleanLiteral($stack = array())
No description
match_Identifier($stack = array())
No description
match_PropertyPath($stack = array())
No description
StringLiteral_SingleQuotedStringLiteral($result, $sub)
No description
StringLiteral_DoubleQuotedStringLiteral($result, $sub)
No description
Details
match_S($stack = array())
No description
match__IntegerNumber($stack = array())
No description
match__Decimals($stack = array())
No description
match_NumberLiteral($stack = array())
No description
match_DoubleQuotedStringLiteral($stack = array())
No description
match_SingleQuotedStringLiteral($stack = array())
No description
match_StringLiteral($stack = array())
No description
match_BooleanLiteral($stack = array())
No description
match_Identifier($stack = array())
No description
match_PropertyPath($stack = array())
No description
StringLiteral_SingleQuotedStringLiteral($result, $sub)
No description
StringLiteral_DoubleQuotedStringLiteral($result, $sub)
No description