Uses of Enum Class
com.strobel.expressions.AnalyzeTypeIsResult
Packages that use AnalyzeTypeIsResult
-
Uses of AnalyzeTypeIsResult in com.strobel.expressions
Subclasses with type arguments of type AnalyzeTypeIsResult in com.strobel.expressionsMethods in com.strobel.expressions that return AnalyzeTypeIsResultModifier and TypeMethodDescriptionprivate static AnalyzeTypeIsResultConstantCheck.analyzeInstanceOf(Expression operand, Type<?> testType) (package private) static AnalyzeTypeIsResultConstantCheck.analyzeInstanceOf(TypeBinaryExpression typeIs) static AnalyzeTypeIsResultReturns 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.