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

Class: CodeGen_PECL_Tools_ProtoParser_yyToken

Source Location: /CodeGen_PECL-1.1.3/PECL/Tools/ProtoParser.php

Class Overview


This can be used to store both the string representation of a token, and any useful meta-data associated with the token.


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 11]
This can be used to store both the string representation of a token, and any useful meta-data associated with the token.

meta-data should be stored as an array



[ Top ]


Class Variables

$metadata = array()

[line 14]

  • Access: public

Type:   mixed


[ Top ]

$string =  ''

[line 13]

  • Access: public

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 16]

CodeGen_PECL_Tools_ProtoParser_yyToken __construct( $s, [ $m = array()])


Parameters:

   $s   — 
   $m   — 

[ Top ]

offsetExists   [line 36]

void offsetExists( $offset)


Parameters:

   $offset   — 

[ Top ]

offsetGet   [line 41]

void offsetGet( $offset)


Parameters:

   $offset   — 

[ Top ]

offsetSet   [line 46]

void offsetSet( $offset, $value)


Parameters:

   $offset   — 
   $value   — 

[ Top ]

offsetUnset   [line 69]

void offsetUnset( $offset)


Parameters:

   $offset   — 

[ Top ]

__toString   [line 31]

void __toString( )


[ Top ]


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