public class ImportStatement extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getFullClassName() |
String |
getFullSourceLine() |
String |
getPackageName() |
boolean |
isSameAs(ImportStatement is) |
boolean |
isStarredImport() |
boolean |
isStaticImport() |
static ImportStatement |
parse(MatchResult match) |
static ImportStatement |
parse(String importString) |
static ImportStatement |
singleClass(String cls) |
static ImportStatement |
wholePackage(String pckg) |
public static ImportStatement wholePackage(String pckg)
public static ImportStatement singleClass(String cls)
public static ImportStatement parse(String importString)
public static ImportStatement parse(MatchResult match)
public String getFullSourceLine()
public String getFullClassName()
public String getClassName()
public String getPackageName()
public boolean isStarredImport()
public boolean isStaticImport()
public boolean isSameAs(ImportStatement is)
Copyright © 2001–2017 Processing Foundation. All rights reserved.