@Deprecated public final class AccessLevel extends Declaration
Specifier implement the Java behavior.
This class is not used in C programs.| Constructor and Description |
|---|
AccessLevel(Specifier spec)
Deprecated.
This constructor is used only within this class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
defaultPrint(AccessLevel al,
java.io.PrintWriter o)
Deprecated.
Prints an access level to a stream.
|
java.util.List<IDExpression> |
getDeclaredIDs()
Deprecated.
Returns a list of name ID introduced by this declaration.
|
void |
setChild(int index,
Traversable t)
Deprecated.
Unsupported - this object has no children.
|
static void |
setClassPrintMethod(java.lang.reflect.Method m)
Deprecated.
Overrides the class print method, so that all subsequently
created objects will use the supplied method.
|
void |
setParent(Traversable t)
Deprecated.
Sets the parent of this object.
|
annotate, annotateAfter, annotateBefore, clone, containsAnnotation, detach, equals, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getChildren, getParent, hashCode, print, removeAnnotations, removeAnnotations, removeChild, setPrintMethod, setSemiColon, toString, verifypublic AccessLevel(Specifier spec)
public static void defaultPrint(AccessLevel al, java.io.PrintWriter o)
al - The access level to print.o - The writer on which to print the access level.public java.util.List<IDExpression> getDeclaredIDs()
DeclarationgetDeclaredIDs in class Declarationpublic static void setClassPrintMethod(java.lang.reflect.Method m)
m - The new print method.public void setChild(int index,
Traversable t)
setChild in interface TraversablesetChild in class Declarationpublic void setParent(Traversable t)
TraversablesetParent in interface TraversablesetParent in class Declaration