Uses of Class
de.bitgrip.ficum.node.Operator
-
-
Uses of Operator in de.bitgrip.ficum.node
Fields in de.bitgrip.ficum.node declared as Operator Modifier and Type Field Description private OperatorLogicalOperationNode. operatorFields in de.bitgrip.ficum.node with type parameters of type Operator Modifier and Type Field Description private static java.util.Map<java.lang.String,Operator>Operator. lookupMethods in de.bitgrip.ficum.node that return Operator Modifier and Type Method Description static OperatorOperator. from(java.lang.String sign)OperatorLogicalOperationNode. getOperator()OperatorOperationNode. getOperator()static OperatorOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.bitgrip.ficum.node with parameters of type Operator Constructor Description LogicalOperationNode(Operator operator)
-