Home > Contents > Index >
ICS.PopVars
Pops the variable stack, returning the variables to their previously stacked state.
Syntax
public void PopVars()Description
The
PopVars
method pops the variable stack, returning the variables to their previously stacked state.If the stack is empty,
PopVars
does nothing. (The stack will be empty ifPushVars
was not previously called.)See Also
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.