public static class PatternCompilerImpl.LazyPresentablePattern<T> extends java.lang.Object implements ElementPattern<T>
| Constructor and Description |
|---|
LazyPresentablePattern(com.intellij.patterns.compiler.PatternCompilerImpl.Node node,
java.util.Set<java.lang.reflect.Method> staticMethods) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.lang.Object o) |
boolean |
accepts(java.lang.Object o,
ProcessingContext context) |
ElementPattern<?> |
compile() |
boolean |
equals(java.lang.Object obj) |
ElementPattern<T> |
getCompiledPattern() |
ElementPatternCondition<T> |
getCondition() |
int |
hashCode() |
java.lang.String |
toString() |
public LazyPresentablePattern(com.intellij.patterns.compiler.PatternCompilerImpl.Node node,
java.util.Set<java.lang.reflect.Method> staticMethods)
public boolean accepts(java.lang.Object o)
accepts in interface ElementPattern<T>public boolean accepts(java.lang.Object o,
ProcessingContext context)
accepts in interface ElementPattern<T>public ElementPatternCondition<T> getCondition()
getCondition in interface ElementPattern<T>public ElementPattern<T> getCompiledPattern()
public ElementPattern<?> compile() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object