public interface com.sun.source.tree.BreakTree extends com.sun.source.tree.StatementTree
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.source.tree.BreakTree
super_class: java.lang.Object
{
public abstract javax.lang.model.element.Name getLabel();
descriptor: ()Ljavax/lang/model/element/Name;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.source.tree.ExpressionTree getValue();
descriptor: ()Lcom/sun/source/tree/ExpressionTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
java.lang.Deprecated(forRemoval = true, since = "12")
}
SourceFile: "BreakTree.java"