polyglot.ast
Class Branch.Kind

java.lang.Object
  extended by polyglot.util.Enum
      extended by polyglot.ast.Branch.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Branch

public static class Branch.Kind
extends Enum

Branch kind: either break or continue.

See Also:
Serialized Form

Constructor Summary
Branch.Kind(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class polyglot.util.Enum
equals, hashCode, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Branch.Kind

public Branch.Kind(java.lang.String name)