Package com.dci.intellij.dbn.language.common.element.parser.impl

Examples of com.dci.intellij.dbn.language.common.element.parser.impl.NamedElementTypeParser


    public NamedElementTypeLookupCache createLookupCache() {
        return new NamedElementTypeLookupCache(this);
    }

    public NamedElementTypeParser createParser() {
        return new NamedElementTypeParser(this);
    }
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.language.common.element.parser.impl.NamedElementTypeParser

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.