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