phpDocumentor PHP_LexerGenerator
[ class tree: PHP_LexerGenerator ] [ index: PHP_LexerGenerator ] [ all elements ]

Class: PHP_LexerGenerator_Regex_yyToken

Source Location: /LexerGenerator/Regex/Parser.php

Class PHP_LexerGenerator_Regex_yyToken

Class Overview

Implements interfaces:

  • ArrayAccess (internal interface)

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

Located in /LexerGenerator/Regex/Parser.php [line 11]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
mixed   $metadata  
mixed   $string  

[ Top ]
Method Summary
PHP_LexerGenerator_Regex_yyToken   __construct()  
void   offsetExists()  
void   offsetGet()  
void   offsetSet()  
void   offsetUnset()  
void   __toString()  

[ Top ]
Properties
mixed   $metadata = array() [line 14]
API Tags:
Access:  public


[ Top ]
mixed   $string = '' [line 13]
API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 16]

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

Parameters:
   $s: 
   $m: 


[ Top ]
offsetExists  [line 36]

  void offsetExists( $offset  )

Parameters:
   $offset: 


Implementation of:
ArrayAccess::offsetExists

[ Top ]
offsetGet  [line 41]

  void offsetGet( $offset  )

Parameters:
   $offset: 


Implementation of:
ArrayAccess::offsetGet

[ Top ]
offsetSet  [line 46]

  void offsetSet( $offset, $value  )

Parameters:
   $offset: 
   $value: 


Implementation of:
ArrayAccess::offsetSet

[ Top ]
offsetUnset  [line 69]

  void offsetUnset( $offset  )

Parameters:
   $offset: 


Implementation of:
ArrayAccess::offsetUnset

[ Top ]
__toString  [line 31]

  void __toString( )



[ Top ]

Documentation generated on Sun, 02 Jul 2006 08:51:35 -0400 by phpDocumentor 1.3.0