public Declaration[] getRequiredDeclarations() {
return this.declarations;
}
public ContextEntry getContextEntry() {
return new ContextEntry() {
private static final long serialVersionUID = 400L;
private ContextEntry next;
public ContextEntry getNext() {
return this.next;