koala.dynamicjava.tree
Interface ContinueTarget

All Known Implementing Classes:
DoStatement, ForEachStatement, ForStatement, WhileStatement

public interface ContinueTarget

The classes that implements this interface can contain a continue statement

Version:
1.0 - 1999/05/23
Author:
Stephane Hillion

Method Summary
 void addLabel(java.lang.String label)
          Adds a label to this statement
 boolean hasLabel(java.lang.String label)
          Test whether this statement has the given label
 

Method Detail

addLabel

void addLabel(java.lang.String label)
Adds a label to this statement

Parameters:
label - the label to add

hasLabel

boolean hasLabel(java.lang.String label)
Test whether this statement has the given label

Returns:
true if this statement has the given label