Class ContextStackFrame.VariableEvaluation

  • Enclosing class:
    ContextStackFrame

    public static class ContextStackFrame.VariableEvaluation
    extends ContextStackFrame
    Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
    • Constructor Detail

      • VariableEvaluation

        public VariableEvaluation()
    • Method Detail

      • getVariableName

        public StructuredQName getVariableName()
        Get the name of the variable
        Returns:
        the name of the variable
      • setVariableName

        public void setVariableName​(StructuredQName variableName)
        Set the name of the variable
        Parameters:
        variableName - the name of the variable
      • print

        public void print​(Logger out)
        Display a representation of the stack frame on the specified output stream
        Specified by:
        print in class ContextStackFrame
        Parameters:
        out - the output stream