apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Element index for package apidoc

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ y ] [ _ ]

_

__construct
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::__construct()
__construct
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::__construct()
__construct
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::__construct()
__destruct
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::__destruct()
    Deallocate and destroy a parser. Destructors are all called for all stack elements before shutting the parser down.
__toString
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::__toString()
top

a

AMPERSAND
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::AMPERSAND
ARRAY_
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::ARRAY_
top

b

BOOL
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::BOOL
top

c

CALLBACK
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::CALLBACK
CLASS_
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::CLASS_
CodeGen_PECL_Element_ObjectInterface
in file ObjectInterface.php, class CodeGen_PECL_Element_ObjectInterface
CodeGen_PECL_Tools_ProtoLexer
in file ProtoLexer.php, class CodeGen_PECL_Tools_ProtoLexer
CodeGen_PECL_Tools_ProtoParser
in file ProtoParser.php, class CodeGen_PECL_Tools_ProtoParser
CodeGen_PECL_Tools_ProtoParser_yyStackEntry
in file ProtoParser.php, class CodeGen_PECL_Tools_ProtoParser_yyStackEntry
    The following structure represents a single element of the parser's stack. Information stored includes:
CodeGen_PECL_Tools_ProtoParser_yyToken
in file ProtoParser.php, class CodeGen_PECL_Tools_ProtoParser_yyToken
    This can be used to store both the string representation of a token, and any useful meta-data associated with the token.
COMMA
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::COMMA
top

d

doParse
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::doParse()
    The main parser program.
top

e

$extension
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$extension
ELLIPSE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::ELLIPSE
EQ
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::EQ
top

f

$function
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$function
FALSE_
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::FALSE_
FLOAT
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::FLOAT
top

g

getName
in file ObjectInterface.php, method CodeGen_PECL_Element_ObjectInterface::getName()
getPayloadType
in file ObjectInterface.php, method CodeGen_PECL_Element_ObjectInterface::getPayloadType()
top

i

INT
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::INT
top

m

$major
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser_yyStackEntry::$major
$metadata
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser_yyToken::$metadata
$minor
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser_yyStackEntry::$minor
MIXED
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::MIXED
top

n

NAME
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::NAME
NULL_
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::NULL_
NUMVAL
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::NUMVAL
top

o

$optParams
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$optParams
offsetExists
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::offsetExists()
offsetGet
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::offsetGet()
offsetSet
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::offsetSet()
offsetUnset
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser_yyToken::offsetUnset()
top

p

PAR_CLOSE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::PAR_CLOSE
PAR_OPEN
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::PAR_OPEN
PrintTrace
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::PrintTrace()
    Output debug information to output (php://output stream)
top

r

RESOURCE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::RESOURCE
top

s

$stateno
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser_yyStackEntry::$stateno
$string
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser_yyToken::$string
SEMICOLON
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::SEMICOLON
SQUARE_CLOSE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::SQUARE_CLOSE
SQUARE_OPEN
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::SQUARE_OPEN
STREAM
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::STREAM
STRING
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::STRING
STRVAL
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::STRVAL
top

t

$token
in file ProtoLexer.php, variable CodeGen_PECL_Tools_ProtoLexer::$token
tokenName
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::tokenName()
    This function returns the symbolic name associated with a token value.
Trace
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::Trace()
    Turn parser tracing on by giving a stream to which to write the trace and a prompt to preface each trace message. Tracing is turned off by making either argument NULL
TRUE_
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::TRUE_
top

v

$value
in file ProtoLexer.php, variable CodeGen_PECL_Tools_ProtoLexer::$value
VOID
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::VOID
top

y

$yyerrcnt
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyerrcnt
$yyExpectedTokens
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyExpectedTokens
$yyFallback
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyFallback
    The next table maps tokens into fallback tokens. If a construct like the following:
$yyidx
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyidx
$yyReduceMap
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyReduceMap
    The following table contains a mapping of reduce action to method name that handles the reduction.
$yyRuleInfo
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyRuleInfo
    The following table contains information about every rule that is used during the reduce.
$yyRuleName
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyRuleName
    For tracing reduce actions, the names of all rules are required.
$yystack
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yystack
$yyTokenName
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyTokenName
    For tracing shifts, the names of all terminals and nonterminals
$yyTraceFILE
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyTraceFILE
$yyTracePrompt
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yyTracePrompt
    String to prepend to debug output
$yy_action
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yy_action
$yy_default
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yy_default
$yy_lookahead
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yy_lookahead
$yy_reduce_ofst
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yy_reduce_ofst
$yy_shift_ofst
in file ProtoParser.php, variable CodeGen_PECL_Tools_ProtoParser::$yy_shift_ofst
yybegin
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yybegin()
YYERRORSYMBOL
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYERRORSYMBOL
YYERRSYMDT
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYERRSYMDT
YYFALLBACK
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYFALLBACK
yylex
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yylex()
yylex1
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yylex1()
YYNOCODE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYNOCODE
YYNRULE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYNRULE
YYNSTATE
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYNSTATE
yypopstate
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yypopstate()
yypushstate
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yypushstate()
YYSTACKDEPTH
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YYSTACKDEPTH
yy_accept
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_accept()
    The following is executed when the parser accepts
YY_ACCEPT_ACTION
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_ACCEPT_ACTION
yy_destructor
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_destructor()
    The following function deletes the value associated with a symbol. The symbol can be either a terminal or nonterminal.
YY_ERROR_ACTION
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_ERROR_ACTION
yy_find_reduce_action
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_find_reduce_action()
    Find the appropriate action for a parser given the non-terminal look-ahead token $iLookAhead.
yy_find_shift_action
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_find_shift_action()
    Find the appropriate action for a parser given the terminal look-ahead token iLookAhead.
yy_get_expected_tokens
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_get_expected_tokens()
    Based on the current state and parser stack, get a list of all
yy_is_expected_token
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_is_expected_token()
    Based on the parser state and current parser stack, determine whether the lookahead token is possible.
YY_NO_ACTION
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_NO_ACTION
yy_parse_failed
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_parse_failed()
    The following code executes when the parse fails
yy_pop_parser_stack
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_pop_parser_stack()
    Pop the parser's stack once.
yy_r1_1
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_1()
yy_r1_2
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_2()
yy_r1_3
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_3()
yy_r1_4
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_4()
yy_r1_5
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_5()
yy_r1_6
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_6()
yy_r1_7
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_7()
yy_r1_8
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_8()
yy_r1_9
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_9()
yy_r1_10
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_10()
yy_r1_11
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_11()
yy_r1_12
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_12()
yy_r1_13
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_13()
yy_r1_16
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_16()
yy_r1_17
in file ProtoLexer.php, method CodeGen_PECL_Tools_ProtoLexer::yy_r1_17()
yy_r2
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r2()
yy_r3
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r3()
yy_r4
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r4()
yy_r6
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r6()
yy_r7
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r7()
yy_r8
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r8()
yy_r9
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r9()
yy_r10
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r10()
yy_r11
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r11()
yy_r12
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r12()
yy_r13
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r13()
yy_r14
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r14()
yy_r15
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r15()
yy_r16
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r16()
yy_r18
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r18()
yy_r19
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r19()
yy_r20
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r20()
yy_r21
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r21()
yy_r24
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r24()
yy_r25
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r25()
yy_r26
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r26()
yy_r27
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r27()
yy_r29
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r29()
yy_r30
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r30()
yy_r31
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r31()
yy_r32
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r32()
yy_r33
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r33()
yy_r34
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r34()
yy_r35
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r35()
yy_r37
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r37()
yy_r38
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r38()
yy_r39
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_r39()
yy_reduce
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_reduce()
    Perform a reduce action and the shift that must immediately follow the reduce.
YY_REDUCE_MAX
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_REDUCE_MAX
YY_REDUCE_USE_DFLT
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_REDUCE_USE_DFLT
yy_shift
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_shift()
    Perform a shift action.
YY_SHIFT_MAX
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_SHIFT_MAX
YY_SHIFT_USE_DFLT
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_SHIFT_USE_DFLT
yy_syntax_error
in file ProtoParser.php, method CodeGen_PECL_Tools_ProtoParser::yy_syntax_error()
    The following code executes when a syntax error first occurs.
YY_SZ_ACTTAB
in file ProtoParser.php, class constant CodeGen_PECL_Tools_ProtoParser::YY_SZ_ACTTAB
top

Documentation generated on Mon, 11 Mar 2019 15:39:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.