public interface com.sun.source.tree.InstanceOfTree extends com.sun.source.tree.ExpressionTree
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.source.tree.InstanceOfTree
super_class: java.lang.Object
{
public abstract com.sun.source.tree.ExpressionTree getExpression();
descriptor: ()Lcom/sun/source/tree/ExpressionTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.source.tree.Tree getType();
descriptor: ()Lcom/sun/source/tree/Tree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.source.tree.PatternTree getPattern();
descriptor: ()Lcom/sun/source/tree/PatternTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "InstanceOfTree.java"