summaryrefslogtreecommitdiff
path: root/platform/structuralsearch/source/com/intellij/structuralsearch/impl/matcher/PatternTreeContext.java
blob: 7d93c9ae82e030f900f3023cddb9b760cc10d60b (plain)
1
2
3
4
5
6
7
8
package com.intellij.structuralsearch.impl.matcher;

/**
* @author Eugene.Kudelevsky
*/
public enum PatternTreeContext {
  File, Block, Class
}