| Pops the terms and functor of a structure from an assembly's
stack, builds a structure, and pushes it.
This method expects a series of terms to lie on top of a
stack, with an open paren token lying underneath. If there
is no '(' marker, this class will throw an
EmptyStackException .
Beneath the terms of the structure, this method expects to
find a token whose value is the functor of the structure.
Parameters: Assembly - the assembly to work on |