-
- All Superinterfaces:
-
ExpressionTree
,树
public interface LiteralTree extends ExpressionTree
- 从以下版本开始:
- 1.6
- See The Java™ Language Specification:
- 第15.28节
-
-
方法详细信息
-
getValue
Object getValue()
返回文字表达式的值。 该值将是一个盒装原始值,一个字符串或null
。- 结果
- the value
-
-