org.aspectj.weaver.patterns
Class TypePatternQuestions

java.lang.Object
  extended by org.aspectj.weaver.patterns.TypePatternQuestions

public class TypePatternQuestions
extends java.lang.Object


Nested Class Summary
 class TypePatternQuestions.Question
           
 
Constructor Summary
TypePatternQuestions()
           
 
Method Summary
 TypePatternQuestions.Question anyChanges()
           
 FuzzyBoolean askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypePatternQuestions

public TypePatternQuestions()
Method Detail

askQuestion

public FuzzyBoolean askQuestion(TypePattern pattern,
                                ResolvedType type,
                                TypePattern.MatchKind kind)

anyChanges

public TypePatternQuestions.Question anyChanges()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object