Class ReferenceExp

    • Field Detail

      • exp

        public Expression exp
        child expression. Due to the possible forward reference, this variable is not available when the object is instanciated. Actual expression will be set once if the definition is parsed.
      • name

        public final String name
        name of the referenced expression. can be null for anonymously referenced expression.
    • Constructor Detail

      • ReferenceExp

        public ReferenceExp​(String name)