Enum Class BoundBinaryOperatorType

java.lang.Object
java.lang.Enum<BoundBinaryOperatorType>
codeanalysis.binding.BoundBinaryOperatorType
All Implemented Interfaces:
Serializable, Comparable<BoundBinaryOperatorType>, Constable

public enum BoundBinaryOperatorType extends Enum<BoundBinaryOperatorType>
Represents the types of binary operators in the code analysis process.
Version:
1.0
Author:
Siyabend Urun
See Also: