[ Team LiB ] |
D.3 Import DeclarationThe following grammar describes the syntax of the Query.declareImports( ) argument: DeclareImports: ImportDeclarations ; ImportDeclarations ImportDeclarations: ImportDeclaration ImportDeclarations ; ImportDeclaration ImportDeclaration: import Name import Name.* |
[ Team LiB ] |