Package org.apache.beehive.netui.compiler.typesystem.declaration

Examples of org.apache.beehive.netui.compiler.typesystem.declaration.TypeDeclaration


                                    MemberDeclaration classMember )
            throws FatalCompileTimeException
    {
        String name = CompilerUtils.getString( annotation, NAME_ATTR, false );

        TypeDeclaration outerClass = CompilerUtils.getOuterClass( classMember );
        if ( WebappPathOrActionType.actionExists( name, outerClass, annotation, getEnv(), getFlowControllerInfo(), false ) )
        {
            if ( ! UniqueValueType.alreadyAddedErrorForValue( classMember, annotation, name, getEnv() ) )
            {
                addError( annotation, "error.duplicate-action", new Object[]{ name } );
View Full Code Here

TOP

Related Classes of org.apache.beehive.netui.compiler.typesystem.declaration.TypeDeclaration

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.