public class org.eclipse.text.templates.ContextTypeRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.text.templates.ContextTypeRegistry
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, org.eclipse.jface.text.templates.TemplateContextType> fContextTypes;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/eclipse/jface/text/templates/TemplateContextType;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.text.templates.ContextTypeRegistry this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield org.eclipse.text.templates.ContextTypeRegistry.fContextTypes:Ljava/util/Map;
         2: .line 32
            return
        end local 0 // org.eclipse.text.templates.ContextTypeRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/text/templates/ContextTypeRegistry;

  public void addContextType(org.eclipse.jface.text.templates.TemplateContextType);
    descriptor: (Lorg/eclipse/jface/text/templates/TemplateContextType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.text.templates.ContextTypeRegistry this
        start local 1 // org.eclipse.jface.text.templates.TemplateContextType contextType
         0: .line 44
            aload 0 /* this */
            getfield org.eclipse.text.templates.ContextTypeRegistry.fContextTypes:Ljava/util/Map;
            aload 1 /* contextType */
            invokevirtual org.eclipse.jface.text.templates.TemplateContextType.getId:()Ljava/lang/String;
            aload 1 /* contextType */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 45
            return
        end local 1 // org.eclipse.jface.text.templates.TemplateContextType contextType
        end local 0 // org.eclipse.text.templates.ContextTypeRegistry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/text/templates/ContextTypeRegistry;
            0    2     1  contextType  Lorg/eclipse/jface/text/templates/TemplateContextType;
    MethodParameters:
             Name  Flags
      contextType  

  public org.eclipse.jface.text.templates.TemplateContextType getContextType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jface/text/templates/TemplateContextType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.templates.ContextTypeRegistry this
        start local 1 // java.lang.String id
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.text.templates.ContextTypeRegistry.fContextTypes:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.templates.TemplateContextType
            areturn
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.text.templates.ContextTypeRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/templates/ContextTypeRegistry;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.util.Iterator<org.eclipse.jface.text.templates.TemplateContextType> contextTypes();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.templates.ContextTypeRegistry this
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.text.templates.ContextTypeRegistry.fContextTypes:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.eclipse.text.templates.ContextTypeRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/templates/ContextTypeRegistry;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/jface/text/templates/TemplateContextType;>;
}
SourceFile: "ContextTypeRegistry.java"