AOWP


aowp.parser.ast.AOWP_PHPHeredocExprElement
/parser/ast/PHPHeredocExprElement.class.php at line 20

Class AOWP_PHPHeredocExprElement

AOWP_PHPElement
└─AOWP_PHPHeredocExprElement

public class AOWP_PHPHeredocExprElement
extends AOWP_PHPElement

PHPBackquoteExprElement PHPのASTにおける「<<<」を表すクラス 文法規則: unticked_statement 例:

Author:
Ryoto Naruse /

Field Summary
mixed

$docName

mixed

$encaps

Fields inherited from aowp.parser.ast.AOWP_PHPElement
NO_ARRAY, _line, parent, propertyIndex, propertyName
Constructor Summary

AOWP_PHPHeredocExprElement(mixed _line, mixed encaps, mixed docName)

Method Summary
void

__toString()

void

kind()

Methods inherited from aowp.parser.ast.AOWP_PHPElement
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo

Field Detail

/parser/ast/PHPHeredocExprElement.class.php at line 23

docName

public mixed $docName

/parser/ast/PHPHeredocExprElement.class.php at line 24

encaps

public mixed $encaps

Constructor Detail

/parser/ast/PHPHeredocExprElement.class.php at line 26

AOWP_PHPHeredocExprElement

public AOWP_PHPHeredocExprElement(mixed _line, mixed encaps, mixed docName)

Method Detail

/parser/ast/PHPHeredocExprElement.class.php at line 34

__toString

public void __toString()

/parser/ast/PHPHeredocExprElement.class.php at line 41

kind

public void kind()

AOWP