Uses of Record Class
cloud.opencode.base.expression.ast.FunctionCallNode
Packages that use FunctionCallNode
Package
Description
OpenCode Expression Engine Package
OpenCode 表达式引擎包
Abstract Syntax Tree Package
抽象语法树包
-
Uses of FunctionCallNode in cloud.opencode.base.expression
Methods in cloud.opencode.base.expression with parameters of type FunctionCallNodeModifier and TypeMethodDescriptionExpressionVisitor.visit(FunctionCallNode node) Visit a function call node 访问函数调用节点 -
Uses of FunctionCallNode in cloud.opencode.base.expression.ast
Methods in cloud.opencode.base.expression.ast that return FunctionCallNodeModifier and TypeMethodDescriptionstatic FunctionCallNodeCreate function call node with single argument 创建单参数函数调用节点static FunctionCallNodeCreate function call node 创建函数调用节点