Class ElementVariableDeclaration

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ElementVariableDeclaration type.
      • TEMP

        public static final Name TEMP
        Name of the openGql.grammar.ElementVariableDeclaration.temp field.
      • VARIABLE

        public static final Name VARIABLE
        Name of the openGql.grammar.ElementVariableDeclaration.variable field.
      • temp

        public final Optional<java.lang.Boolean> temp
      • variable

        public final java.lang.String variable
    • Constructor Detail

      • ElementVariableDeclaration

        public ElementVariableDeclaration​(Optional<java.lang.Boolean> temp,
                                          java.lang.String variable)
        Constructs an immutable ElementVariableDeclaration.