Package com.intellij.lang.ognl

Examples of com.intellij.lang.ognl.OgnlParserDefinition


* @author Yann Cébron
*/
public abstract class OgnlParsingTestCase extends ParsingTestCase {

  protected OgnlParsingTestCase(@NonNls final String dataPath) {
    super(dataPath, OgnlFileType.INSTANCE.getDefaultExtension(), new OgnlParserDefinition());
  }
View Full Code Here

TOP

Related Classes of com.intellij.lang.ognl.OgnlParserDefinition

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.