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

Examples of org.openquark.cal.internal.javamodel.JavaExpression.JavaField.Static


    /* (non-Javadoc)
     * @see org.openquark.cal.internal.runtime.lecc.JavaModelVisitor#visitStaticFieldExpression(org.openquark.cal.internal.runtime.lecc.JavaExpression.JavaField.Static, java.lang.Object)
     */
    public JavaExpression visitStaticFieldExpression(Static staticField, T arg) {
        return new Static (
                staticField.getInvocationClass(),
                staticField.getFieldName(),
                staticField.getFieldType());
    }
View Full Code Here

TOP

Related Classes of org.openquark.cal.internal.javamodel.JavaExpression.JavaField.Static

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.