PHP Trait QuackCompiler\Parser\DeclParser

Datei anzeigen Open project: quack/quack

Public Methods

Method Description
_classDeclStmt ( )
_enumStmt ( )
_fnSignature ( )
_fnSignatureList ( )
_fnStmt ( $is_method = false )
_implDeclStmt ( )
_implStmtList ( )
_moduleStmt ( )
_openStmt ( )
_shapeDeclStmt ( )

Method Details

_classDeclStmt() public method

public _classDeclStmt ( )

_enumStmt() public method

public _enumStmt ( )

_fnSignature() public method

public _fnSignature ( )

_fnSignatureList() public method

public _fnSignatureList ( )

_fnStmt() public method

public _fnStmt ( $is_method = false )

_implDeclStmt() public method

public _implDeclStmt ( )

_implStmtList() public method

public _implStmtList ( )

_moduleStmt() public method

public _moduleStmt ( )

_openStmt() public method

public _openStmt ( )

_shapeDeclStmt() public method

public _shapeDeclStmt ( )