Class VariableElement


public abstract class VariableElement
extends ResolvedPatternElement
A PatternElement that is resolved and varies across the list of values.
Author:
Owen Feehan
  • Constructor Details

    • VariableElement

      protected VariableElement​(List<String> values)
      Creates for a list of values.
      Parameters:
      values - the varying values, respectively corresponding to each string from which the pattern was extracted.
  • Method Details