koala.dynamicjava.tree
Interface ContinueTarget

All Known Implementing Classes:
ForStatement, WhileStatement, DoStatement

public interface ContinueTarget

The classes that implements this interface can contain a continue statement


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

public void addLabel(java.lang.String label)
Adds a label to this statement
Parameters:
label - the label to add

hasLabel

public boolean hasLabel(java.lang.String label)
Test whether this statement has the given label
Returns:
true if this statement has the given label


Copyright © 2001 Stephane Hillion. All Rights Reserved.