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 AnalyzeTypeIsResultConstantCheck. analyzeInstanceOf(Expression operand, Type<?> testType)(package private) static AnalyzeTypeIsResultConstantCheck. analyzeInstanceOf(TypeBinaryExpression typeIs)static AnalyzeTypeIsResultAnalyzeTypeIsResult. 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.
-