PHP 클래스 QuackCompiler\Lexer\Token

파일 보기 프로젝트 열기: quack/quack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$metadata Obs.: Currently used only to disambiguate ' from "

공개 메소드들

메소드 설명
__construct ( $tag, $pointer = null )
__toString ( )
getPointer ( )
getTag ( )
showSymbolTable ( SymbolTable &$symbol_table )

메소드 상세

__construct() 공개 메소드

public __construct ( $tag, $pointer = null )

__toString() 공개 메소드

public __toString ( )

getPointer() 공개 메소드

public getPointer ( )

getTag() 공개 메소드

public getTag ( )

showSymbolTable() 공개 메소드

public showSymbolTable ( SymbolTable &$symbol_table )
$symbol_table SymbolTable

프로퍼티 상세

$metadata 공개적으로 프로퍼티

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