AOWP


aowp.AOWP_PHPLabelElement
/parser/ast/PHPLabelElement.class.php at line 2

Class AOWP_PHPLabelElement

AOWP_PHPElement
└─AOWP_PHPLabelElement

public class AOWP_PHPLabelElement
extends AOWP_PHPElement

PHPElement PHPの文法要素のインターフェイス 文法規則: unticked_class_declaration_statement

Author:
Ryoto Naruse /

Field Summary
private mixed

$_label

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

AOWP_PHPLabelElement(mixed label)

Method Summary
void

getLabel()

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/PHPLabelElement.class.php at line 4

_label

private mixed $_label

Constructor Detail

/parser/ast/PHPLabelElement.class.php at line 6

AOWP_PHPLabelElement

public AOWP_PHPLabelElement(mixed label)

Method Detail

/parser/ast/PHPLabelElement.class.php at line 10

getLabel

public void getLabel()

AOWP