PHP Class QuackCompiler\Lexer\Token

Afficher le fichier Open project: quack/quack Class Usage Examples

Méthodes publiques

Свойство Type Description
$metadata Obs.: Currently used only to disambiguate ' from "

Méthodes publiques

Méthode Description
__construct ( $tag, $pointer = null )
__toString ( )
getPointer ( )
getTag ( )
showSymbolTable ( SymbolTable &$symbol_table )

Method Details

__construct() public méthode

public __construct ( $tag, $pointer = null )

__toString() public méthode

public __toString ( )

getPointer() public méthode

public getPointer ( )

getTag() public méthode

public getTag ( )

showSymbolTable() public méthode

public showSymbolTable ( SymbolTable &$symbol_table )
$symbol_table SymbolTable

Property Details

$metadata public_oe property

Obs.: Currently used only to disambiguate ' from "
public $metadata