PHP Class QuackCompiler\Lexer\Token

ファイルを表示 Open project: quack/quack Class Usage Examples

Public Properties

Property Type Description
$metadata Obs.: Currently used only to disambiguate ' from "

Public Methods

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

Method Details

__construct() public method

public __construct ( $tag, $pointer = null )

__toString() public method

public __toString ( )

getPointer() public method

public getPointer ( )

getTag() public method

public getTag ( )

showSymbolTable() public method

public showSymbolTable ( SymbolTable &$symbol_table )
$symbol_table SymbolTable

Property Details

$metadata public_oe property

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