Class VariableProcessor.VariableResponse

  • Enclosing class:
    VariableProcessor

    protected static class VariableProcessor.VariableResponse
    extends Object
    This type is essentially a way to return the VariableID and to indicate if we need to process the children of this variable.
    • Constructor Detail

      • VariableResponse

        public VariableResponse​(VariableID variableId,
                                boolean processChildren)
    • Method Detail

      • getVariableId

        public VariableID getVariableId()
      • processChildren

        public boolean processChildren()