getStatementAt(int index) Return the statement at the specified index in this node's
"virtual" statement array.
Parameters: index - an index for a statement.
Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes.May contain: a Label (as name of the label)a Statement (as body of the labeled statement)Comments
testing if programelements are equal modulo renaming abstract
from names. Therefore declaration of label names have to be
mapped to the same abstract name. This is done here.
Returns the child at the specified index in this node's "virtual"
child array
Parameters: index - an index into this node's "virtual" child array the program element at the given position exception: ArrayIndexOutOfBoundsException - if index is outof bounds
Return the statement at the specified index in this node's
"virtual" statement array.
Parameters: index - an index for a statement. the statement with the given index. exception: ArrayIndexOutOfBoundsException - if index is outof bounds.