Module  jdk.compiler
软件包  com.sun.source.tree

Interface LiteralTree

  • All Superinterfaces:
    ExpressionTree


    public interface LiteralTree
    extends ExpressionTree
    一个文字表达式的树结点。 使用getKind来确定文字的种类。 例如:
      value 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第15.28条
    • 方法详细信息

      • getValue

        Object getValue​()
        返回文字表达式的值。 该值将是一个盒装原始值,一个字符串,或null
        结果
        the value