Class Java.Literal

All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.ElementValue, Java.Locatable
Direct Known Subclasses:
Java.BooleanLiteral, Java.CharacterLiteral, Java.FloatingPointLiteral, Java.IntegerLiteral, Java.NullLiteral, Java.StringLiteral
Enclosing class:
Java

public abstract static class Java.Literal extends Java.Rvalue
  • Field Details

    • value

      public final String value
  • Constructor Details

    • Literal

      public Literal(Location location, String value)
      Parameters:
      value - The text of the literal token, as in the source code.
  • Method Details