Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 246aa0c65f93fc96ec7649ff9a15f46a6e1af304 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                        
                                         

                              
                                        

                             
                                          















                                                                       
annotate ACG {
    annotate ACG with
        nsURI='http://www.eclipse.org/m2m/atl/2007/ACG',
        nsPrefix='acg';
    
    annotate "ACG::Severity::critic" with
        literalValue='critic';
    
    annotate "ACG::Severity::error" with
        literalValue='error';
    
    annotate "ACG::Severity::warning" with
        literalValue='warning';
    
    annotate PrimitiveTypes with
        nsURI='http://www.eclipse.org/m2m/atl/2007/ACG-PrimitiveTypes',
        nsPrefix='pt';
    
    annotate "PrimitiveTypes::Boolean" with
        instanceClassName='boolean';
    
    annotate "PrimitiveTypes::Integer" with
        instanceClassName='int';
    
    annotate "PrimitiveTypes::String" with
        instanceClassName='java.lang.String';
    
}

Back to the top