Package org.kohsuke.groovy.sandbox.impl
Class Ops
java.lang.Object
org.kohsuke.groovy.sandbox.impl.Ops
Additional relationship between operators.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Types
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbinaryOperatorMethods(int type) static intcompoundAssignmentToBinaryOperator(int type) static booleanisComparisionOperator(int type) static booleanisLogicalOperator(int type) static booleanisRegexpComparisonOperator(int type)
-
Constructor Details
-
Ops
public Ops()
-
-
Method Details
-
compoundAssignmentToBinaryOperator
public static int compoundAssignmentToBinaryOperator(int type) -
binaryOperatorMethods
-
isComparisionOperator
public static boolean isComparisionOperator(int type) -
isRegexpComparisonOperator
public static boolean isRegexpComparisonOperator(int type) -
isLogicalOperator
public static boolean isLogicalOperator(int type)
-