final class com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal extends com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal
  super_class: com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1494
            ldc Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
         0: .line 1496
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression.<init>:()V
         1: .line 1497
            return
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$IgnoreInternal;

  boolean isIncluded(java.util.Set<java.lang.Class<?>>, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Ljava/util/Set;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
        start local 1 // java.util.Set providedTags
        start local 2 // com.oracle.truffle.api.nodes.Node instrumentedNode
        start local 3 // com.oracle.truffle.api.source.SourceSection s
         0: .line 1501
            aload 3 /* s */
            ifnull 1
            aload 3 /* s */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.isInternal:()Z
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 3 // com.oracle.truffle.api.source.SourceSection s
        end local 2 // com.oracle.truffle.api.nodes.Node instrumentedNode
        end local 1 // java.util.Set providedTags
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$IgnoreInternal;
            0    2     1      providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            0    2     2  instrumentedNode  Lcom/oracle/truffle/api/nodes/Node;
            0    2     3                 s  Lcom/oracle/truffle/api/source/SourceSection;
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
    MethodParameters:
                  Name  Flags
      providedTags      
      instrumentedNode  
      s                 

  boolean isRootIncluded(java.util.Set<java.lang.Class<?>>, com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.nodes.RootNode, );
    descriptor: (Ljava/util/Set;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/RootNode;I)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
        start local 1 // java.util.Set providedTags
        start local 2 // com.oracle.truffle.api.source.SourceSection rootSection
        start local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
        start local 4 // int rootNodeBits
         0: .line 1507
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal.$assertionsDisabled:Z
            ifne 6
            aload 3 /* rootNode */
            ifnull 6
         1: .line 1508
            aload 2 /* rootSection */
            ifnull 6
         2: .line 1509
            aload 2 /* rootSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.isInternal:()Z
            ifeq 6
         3: .line 1510
            aload 2 /* rootSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.isInternal:()Z
            ifeq 4
            aload 3 /* rootNode */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.isInternal:()Z
            ifne 6
      StackMap locals:
      StackMap stack:
         4: new java.lang.AssertionError
            dup
         5: .line 1511
            new java.lang.StringBuilder
            dup
            ldc "The root's source is internal, but the root node is not. Root node = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* rootNode */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 1512
      StackMap locals:
      StackMap stack:
            aload 3 /* rootNode */
            ifnull 7
            aload 3 /* rootNode */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.isInternal:()Z
            ifeq 7
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 4 // int rootNodeBits
        end local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 2 // com.oracle.truffle.api.source.SourceSection rootSection
        end local 1 // java.util.Set providedTags
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$IgnoreInternal;
            0    8     1  providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            0    8     2   rootSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    8     3      rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
            0    8     4  rootNodeBits  I
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/RootNode;I)Z
    MethodParameters:
              Name  Flags
      providedTags  
      rootSection   
      rootNode      
      rootNodeBits  

  protected int getOrder();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
         0: .line 1517
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$IgnoreInternal;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
         0: .line 1522
            ldc "ignore internal"
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$IgnoreInternal;
}
SourceFile: "SourceSectionFilter.java"
NestHost: com.oracle.truffle.api.instrumentation.SourceSectionFilter
InnerClasses:
  abstract EventFilterExpression = com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  private final IgnoreInternal = com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$IgnoreInternal of com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression