public final class org.apache.cassandra.cql3.functions.FunctionName
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.cql3.functions.FunctionName
  super_class: java.lang.Object
{
  public final java.lang.String keyspace;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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 24
            ldc Lorg/apache/cassandra/cql3/functions/FunctionName;
            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 org.apache.cassandra.cql3.functions.FunctionName.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.apache.cassandra.cql3.functions.FunctionName nativeFunction(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/cassandra/cql3/functions/FunctionName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 31
            new org.apache.cassandra.cql3.functions.FunctionName
            dup
            ldc "system"
            aload 0 /* name */
            invokespecial org.apache.cassandra.cql3.functions.FunctionName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
        start local 1 // java.lang.String keyspace
        start local 2 // java.lang.String name
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            getstatic org.apache.cassandra.cql3.functions.FunctionName.$assertionsDisabled:Z
            ifne 2
            aload 2 /* name */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "Name parameter must not be null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 37
      StackMap locals: org.apache.cassandra.cql3.functions.FunctionName java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keyspace */
            putfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
         3: .line 38
            aload 0 /* this */
            aload 2 /* name */
            putfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
         4: .line 39
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.String keyspace
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/cassandra/cql3/functions/FunctionName;
            0    5     1  keyspace  Ljava/lang/String;
            0    5     2      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      keyspace  
      name      

  public org.apache.cassandra.cql3.functions.FunctionName asNativeFunction();
    descriptor: ()Lorg/apache/cassandra/cql3/functions/FunctionName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
         0: .line 43
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            invokestatic org.apache.cassandra.cql3.functions.FunctionName.nativeFunction:(Ljava/lang/String;)Lorg/apache/cassandra/cql3/functions/FunctionName;
            areturn
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/cql3/functions/FunctionName;

  public boolean hasKeyspace();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/cassandra/cql3/functions/FunctionName;

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
         0: .line 54
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            aastore
            invokestatic com.google.common.base.Objects.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/cql3/functions/FunctionName;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 1 /* o */
            instanceof org.apache.cassandra.cql3.functions.FunctionName
            ifne 2
         1: .line 61
            iconst_0
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.cassandra.cql3.functions.FunctionName
            astore 2 /* that */
        start local 2 // org.apache.cassandra.cql3.functions.FunctionName that
         3: .line 64
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            aload 2 /* that */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         4: .line 65
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            aload 2 /* that */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 64
            iconst_1
            ireturn
      StackMap locals: org.apache.cassandra.cql3.functions.FunctionName
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.apache.cassandra.cql3.functions.FunctionName that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/cassandra/cql3/functions/FunctionName;
            0    7     1     o  Ljava/lang/Object;
            3    7     2  that  Lorg/apache/cassandra/cql3/functions/FunctionName;
    MethodParameters:
      Name  Flags
      o     

  public final boolean equalsNativeFunction(org.apache.cassandra.cql3.functions.FunctionName);
    descriptor: (Lorg/apache/cassandra/cql3/functions/FunctionName;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
        start local 1 // org.apache.cassandra.cql3.functions.FunctionName nativeFunction
         0: .line 70
            getstatic org.apache.cassandra.cql3.functions.FunctionName.$assertionsDisabled:Z
            ifne 1
            aload 1 /* nativeFunction */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            ldc "system"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.cassandra.cql3.functions.FunctionName.hasKeyspace:()Z
            ifeq 3
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            ldc "system"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 72
            iconst_0
            ireturn
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            aload 1 /* nativeFunction */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.apache.cassandra.cql3.functions.FunctionName nativeFunction
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/cassandra/cql3/functions/FunctionName;
            0    4     1  nativeFunction  Lorg/apache/cassandra/cql3/functions/FunctionName;
    MethodParameters:
                Name  Flags
      nativeFunction  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.cassandra.cql3.functions.FunctionName this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.keyspace:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.cassandra.cql3.functions.FunctionName.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.apache.cassandra.cql3.functions.FunctionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/cassandra/cql3/functions/FunctionName;
}
SourceFile: "FunctionName.java"