Package hydra.core

Class Literal

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.core.Literal type.
      • BINARY

        public static final Name BINARY
        Name of the hydra.core.Literal.binary field.
      • BOOLEAN

        public static final Name BOOLEAN
        Name of the hydra.core.Literal.boolean field.
      • DECIMAL

        public static final Name DECIMAL
        Name of the hydra.core.Literal.decimal field.
      • FLOAT

        public static final Name FLOAT
        Name of the hydra.core.Literal.float field.
      • INTEGER

        public static final Name INTEGER
        Name of the hydra.core.Literal.integer field.
      • STRING

        public static final Name STRING
        Name of the hydra.core.Literal.string field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Literal.Visitor<R> visitor)
        Dispatch to visitor.