public class UsingDirective extends Declaration
| Constructor and Description |
|---|
UsingDirective() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDExpression> |
getDeclaredIDs()
Returns a list of name ID introduced by this declaration.
|
java.lang.String |
toString()
Converts this declaration to a string by calling the default print method.
|
annotate, annotateAfter, annotateBefore, clone, containsAnnotation, detach, equals, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getChildren, getParent, hashCode, print, removeAnnotations, removeAnnotations, removeChild, setChild, setParent, setPrintMethod, setSemiColon, verifypublic java.util.List<IDExpression> getDeclaredIDs()
DeclarationgetDeclaredIDs in class Declarationpublic java.lang.String toString()
DeclarationtoString in class Declaration