AOWP_PHPElement
└─AOWP_PHPStatementContainerElement
public class AOWP_PHPStatementContainerElement
extends AOWP_PHPElement
Field Summary | |
---|---|
mixed |
Fields inherited from aowp.parser.ast.AOWP_PHPElement | |
---|---|
NO_ARRAY, _line, parent, propertyIndex, propertyName |
Method Summary | |
---|---|
void | insertElement(mixed element, mixed indexOrElement) |
void | insertElementArray(mixed elementArray, mixed indexOrElement) |
void | removeElement(mixed removedElement) |
void | replaceElement(mixed element, mixed replacedElement) |
void | searchElementIndex(mixed element) |
void | setElement(mixed element, mixed index) |
Methods inherited from aowp.parser.ast.AOWP_PHPElement | |
---|---|
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo |
public mixed $statements
public void insertElement(mixed element, mixed indexOrElement)
public void insertElementArray(mixed elementArray, mixed indexOrElement)
public void removeElement(mixed removedElement)
public void replaceElement(mixed element, mixed replacedElement)
public void searchElementIndex(mixed element)
public void setElement(mixed element, mixed index)