public class ImportSection extends Object
| Constructor and Description |
|---|
ImportSection() |
| Modifier and Type | Method and Description |
|---|---|
ImportSection |
addImport(Class<?> importName) |
ImportSection |
addImport(String importName) |
ImportSection |
addImports(Class<?>... imports) |
ImportSection |
addImports(String... imports) |
void |
addStatic(String importName) |
void |
addStatics(String... imports) |
String |
toString() |
public ImportSection addImports(String... imports)
public ImportSection addImport(String importName)
public void addStatics(String... imports)
public void addStatic(String importName)
public ImportSection addImport(Class<?> importName)
public ImportSection addImports(Class<?>... imports)
Copyright © 2012-2013 The Internet Party. All Rights Reserved.