Package ideah.psi.impl

Examples of ideah.psi.impl.HPOtherImpl


        } else if (type == HaskellElementTypes.INFIX_PREFIX_IDENT) {
            return new HPInfixPrefixIdentImpl(node);
        } else if (HaskellTokenTypes.IDS.contains(type)) {
            return new HPIdentImpl(node);
        } else {
            return new HPOtherImpl(node);
        }
    }
View Full Code Here

TOP

Related Classes of ideah.psi.impl.HPOtherImpl

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.