Package org.openquark.cal.internal.javamodel.JavaExpression

Examples of org.openquark.cal.internal.javamodel.JavaExpression.ClassLiteral


    /**
     * {@inheritDoc}
     */
    public JavaExpression visitClassLiteralExpression(ClassLiteral classLiteral, T arg) {
        return new ClassLiteral(classLiteral.getReferentType());
    }
View Full Code Here

TOP

Related Classes of org.openquark.cal.internal.javamodel.JavaExpression.ClassLiteral

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.