| |
|
| java.lang.Object de.uka.ilkd.key.java.JavaSourceElement de.uka.ilkd.key.java.JavaProgramElement de.uka.ilkd.key.java.JavaNonTerminalProgramElement de.uka.ilkd.key.java.declaration.JavaDeclaration de.uka.ilkd.key.java.declaration.ClassInitializer
ClassInitializer | public ClassInitializer()(Code) | | Class initializer.
|
ClassInitializer | public ClassInitializer(Static modifier, StatementBlock body)(Code) | | Class initializer.
Parameters: modifier - a static. Parameters: body - a statement block. |
ClassInitializer | public ClassInitializer(ExtList children)(Code) | | Class initializer.
Parameters: children - list with all children. May include: aStatementBlock (taken as body of the ClassInitialiyer), several Modifier (taken as modifiers of the declaration), a Comment |
getChildAt | public ProgramElement getChildAt(int index)(Code) | | Returns the child at the specified index in this node's "virtual"
child array
Parameters: index - an index into this node's "virtual" child array the program element at the given position exception: ArrayIndexOutOfBoundsException - if index is outof bounds |
getChildCount | public int getChildCount()(Code) | | Returns the number of children of this node.
an int giving the number of children of this node |
getStatementCount | public int getStatementCount()(Code) | | Get the number of statements in this container.
the number of statements. |
isBinary | public boolean isBinary()(Code) | | A binary class initializer does not occur.
|
isPrivate | public boolean isPrivate()(Code) | | Initializers are never private (at least not explicitly).
|
isProtected | public boolean isProtected()(Code) | | Initializers are never protected.
|
isPublic | public boolean isPublic()(Code) | | Initializers are never public.
|
isStatic | public boolean isStatic()(Code) | | Test whether the declaration is static.
|
isStrictFp | public boolean isStrictFp()(Code) | | Initializers are never strictfp.
|
visit | public void visit(Visitor v)(Code) | | calls the corresponding method of a visitor in order to
perform some action/transformation on this element
Parameters: v - the Visitor |
Fields inherited from de.uka.ilkd.key.java.declaration.JavaDeclaration | final protected ArrayOfModifier modArray(Code)(Java Doc)
|
|
|
|