Class DSLVariableValue

  • Direct Known Subclasses:
    DSLComplexVariableValue

    public class DSLVariableValue
    extends Object
    This class represents the value of a simple variable inside a DSLSentence. "Simple variable" means that it only contains a single value.
    • Constructor Detail

      • DSLVariableValue

        public DSLVariableValue()
      • DSLVariableValue

        public DSLVariableValue​(String value)