Uses of Record Class
cloud.opencode.base.expression.ast.LiteralNode
Packages that use LiteralNode
-
Uses of LiteralNode in cloud.opencode.base.expression.ast
Methods in cloud.opencode.base.expression.ast that return LiteralNodeModifier and TypeMethodDescriptionstatic LiteralNodeCreate literal node with any value 创建任意值的字面量节点static LiteralNodeLiteralNode.ofBoolean(boolean value) Create boolean literal 创建布尔字面量static LiteralNodeLiteralNode.ofDouble(double value) Create double literal 创建双精度字面量static LiteralNodeLiteralNode.ofInt(int value) Create integer literal 创建整数字面量static LiteralNodeLiteralNode.ofLong(long value) Create long literal 创建长整数字面量static LiteralNodeLiteralNode.ofNull()Create null literal 创建 null 字面量static LiteralNodeCreate string literal 创建字符串字面量