Package com.intellij.psi.codeStyle.arrangement.match

Examples of com.intellij.psi.codeStyle.arrangement.match.StdArrangementEntryMatcher


        }
    }

    private static void addRule(String propertyName) {
        ArrangementAtomMatchCondition condition = new ArrangementAtomMatchCondition(StdArrangementTokens.Regexp.NAME, propertyName);
        StdArrangementEntryMatcher matcher = new StdArrangementEntryMatcher(condition);
        StdArrangementMatchRule matchRule = new StdArrangementMatchRule(matcher, StdArrangementTokens.Order.BY_NAME);
        DEFAULT_MATCH_RULES.add(ArrangementSectionRule.create(matchRule));
    }
View Full Code Here

TOP

Related Classes of com.intellij.psi.codeStyle.arrangement.match.StdArrangementEntryMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.