public class TypePatternQuestions.Question
extends java.lang.Object
| Constructor and Description |
|---|
Question(TypePattern pattern,
ResolvedType type,
TypePattern.MatchKind kind) |
| Modifier and Type | Method and Description |
|---|---|
FuzzyBoolean |
ask() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
public Question(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)
public FuzzyBoolean ask()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object