Class EntryExpressionStateObject

    • Constructor Detail

      • EntryExpressionStateObject

        public EntryExpressionStateObject​(StateObject parent)
        Creates a new EntryExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null
      • EntryExpressionStateObject

        public EntryExpressionStateObject​(StateObject parent,
                                          java.lang.String identificationVariable)
        Creates a new EntryExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        identificationVariable - The identification variable
        Throws:
        java.lang.NullPointerException - The given parent cannot be null