类 Literal

所有已实现的接口:
Opcodes
直接已知子类:
BooleanLiteral, ListLiteral, MapLiteral, NullLiteral, NumberLiteral, RegexpLiteral, StringLiteral, WholeLiteral

public abstract class Literal extends Expression
常量
  • 字段详细资料

    • value

      protected Object value
  • 构造器详细资料

    • Literal

      public Literal(Span span)
    • Literal

      public Literal(Span span, Object value)
  • 方法详细资料