Uses of Enum Class
com.strobel.expressions.AnalyzeTypeIsResult
Packages that use AnalyzeTypeIsResult
-
Uses of AnalyzeTypeIsResult in com.strobel.expressions
Methods in com.strobel.expressions that return AnalyzeTypeIsResultModifier and TypeMethodDescriptionprivate static AnalyzeTypeIsResult
ConstantCheck.analyzeInstanceOf
(Expression operand, Type<?> testType) (package private) static AnalyzeTypeIsResult
ConstantCheck.analyzeInstanceOf
(TypeBinaryExpression typeIs) static AnalyzeTypeIsResult
Returns the enum constant of this class with the specified name.static AnalyzeTypeIsResult[]
AnalyzeTypeIsResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.