Class ExprLookup.Variables

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ExprLookup.Variable>, Collection<ExprLookup.Variable>, List<ExprLookup.Variable>, RandomAccess
Enclosing class:
ExprLookup

List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
See Also:
  • Constructor Details Link icon

    • Variables Link icon

      public Variables()
      Creates a new empty instance of Variables.
    • Variables Link icon

      Creates a new instance of Variables and copies the content of the given object.
      Parameters:
      vars - the Variables object to be copied
  • Method Details Link icon