public abstract class org.eclipse.jdt.core.dom.Type extends org.eclipse.jdt.core.dom.ASTNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.dom.Type
  super_class: org.eclipse.jdt.core.dom.ASTNode
{
  void <init>(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.Type this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 81
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 82
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/Type;
            0    2     1   ast  Lorg/eclipse/jdt/core/dom/AST;
    MethodParameters:
      Name  Flags
      ast   

  public final boolean isPrimitiveType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 92
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.PrimitiveType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isSimpleType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 103
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.SimpleType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isArrayType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 114
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.ArrayType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isNameQualifiedType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 126
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.NameQualifiedType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isParameterizedType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 138
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.ParameterizedType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isQualifiedType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 165
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.QualifiedType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isUnionType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 177
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.UnionType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public boolean isVar();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 191
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isIntersectionType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 203
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.IntersectionType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final boolean isWildcardType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 219
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.WildcardType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public boolean isAnnotatable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 232
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.AnnotatableType
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;

  public final org.eclipse.jdt.core.dom.ITypeBinding resolveBinding();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ITypeBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Type this
         0: .line 246
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.Type.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.getBindingResolver:()Lorg/eclipse/jdt/core/dom/BindingResolver;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.BindingResolver.resolveType:(Lorg/eclipse/jdt/core/dom/Type;)Lorg/eclipse/jdt/core/dom/ITypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Type;
}
SourceFile: "Type.java"