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.Throwable
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object