public final class VarStack extends ElementList
size
Constructor and Description |
---|
VarStack()
Default constructor.
|
VarStack(int c)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Var |
get(QNm name)
Returns a variable with the specified name; should only be
used while parsing because it ignores ids of variables.
|
void |
push(Var var)
Adds the specified variable.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.