public class UsingDeclaration extends Declaration
| Constructor and Description |
|---|
UsingDeclaration(IDExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
defaultPrint(UsingDeclaration d,
java.io.PrintWriter o) |
java.util.List<IDExpression> |
getDeclaredIDs()
Returns a list of name ID introduced by this declaration.
|
annotate, annotateAfter, annotateBefore, clone, containsAnnotation, detach, equals, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getChildren, getParent, hashCode, print, removeAnnotations, removeAnnotations, removeChild, setChild, setParent, setPrintMethod, setSemiColon, toString, verifypublic UsingDeclaration(IDExpression expr)
public static void defaultPrint(UsingDeclaration d, java.io.PrintWriter o)
public java.util.List<IDExpression> getDeclaredIDs()
DeclarationgetDeclaredIDs in class Declaration