public final class ImportStatement extends Object
| Constructor and Description |
|---|
ImportStatement(String importName,
int line) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFqcn() |
String |
getImportName() |
int |
getLine()
The physical line within the source file in which the import has occurred.
|
int |
hashCode() |
String |
toString() |
public ImportStatement(String importName, int line)
Copyright © 2014–2019. All rights reserved.