DekGenius.com
[ Team LiB ] Previous Section Next Section

D.3 Import Declaration

The following grammar describes the syntax of the Query.declareImports( ) argument:

DeclareImports:
        ImportDeclarations ;
        ImportDeclarations

ImportDeclarations:
        ImportDeclaration
        ImportDeclarations ; ImportDeclaration

ImportDeclaration:
        import Name
        import Name.*
    [ Team LiB ] Previous Section Next Section