public class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction extends org.hibernate.dialect.function.StandardSQLFunction
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction
super_class: org.hibernate.dialect.function.StandardSQLFunction
{
public static final org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction INSTANCE;
descriptor: Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MinFunction;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: .line 148
new org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction
dup
invokespecial org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction.<init>:()V
putstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MinFunction;
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 // org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction this
0: .line 151
aload 0 /* this */
ldc "min"
invokespecial org.hibernate.dialect.function.StandardSQLFunction.<init>:(Ljava/lang/String;)V
1: .line 152
return
end local 0 // org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MinFunction;
}
SourceFile: "StandardAnsiSqlAggregationFunctions.java"
NestHost: org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
InnerClasses:
public MinFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions