public class Ops extends Object
Types
Constructor and Description |
---|
Ops() |
Modifier and Type | Method and Description |
---|---|
static String |
binaryOperatorMethods(int type) |
static int |
compoundAssignmentToBinaryOperator(int type) |
static boolean |
isComparisionOperator(int type) |
static boolean |
isLogicalOperator(int type) |
static boolean |
isRegexpComparisonOperator(int type) |
public static int compoundAssignmentToBinaryOperator(int type)
public static String binaryOperatorMethods(int type)
public static boolean isComparisionOperator(int type)
public static boolean isRegexpComparisonOperator(int type)
public static boolean isLogicalOperator(int type)
Copyright © 2015. All rights reserved.