public interface freemarker.core.LocalContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: freemarker.core.LocalContext
  super_class: java.lang.Object
{
  public abstract freemarker.template.TemplateModel getLocalVariable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lfreemarker/template/TemplateModel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      name  

  public abstract java.util.Collection getLocalVariableNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws freemarker.template.TemplateModelException
}
SourceFile: "LocalContext.java"