Uses of Enum Class
cloud.opencode.base.expression.ast.CollectionFilterNode.FilterMode
Packages that use CollectionFilterNode.FilterMode
-
Uses of CollectionFilterNode.FilterMode in cloud.opencode.base.expression.ast
Subclasses with type arguments of type CollectionFilterNode.FilterMode in cloud.opencode.base.expression.astModifier and TypeClassDescriptionstatic enumFilter mode enumeration 过滤模式枚举Methods in cloud.opencode.base.expression.ast that return CollectionFilterNode.FilterModeModifier and TypeMethodDescriptionCollectionFilterNode.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.static CollectionFilterNode.FilterMode[]CollectionFilterNode.FilterMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.expression.ast with parameters of type CollectionFilterNode.FilterModeModifierConstructorDescriptionCollectionFilterNode(Node target, Node predicate, CollectionFilterNode.FilterMode mode) Creates an instance of aCollectionFilterNoderecord class.