public class io.quarkus.arc.impl.InjectionPointImpl extends java.lang.Object implements jakarta.enterprise.inject.spi.InjectionPoint
{
private final java.lang.reflect.Type requiredType;
private final java.util.Set qualifiers;
private final io.quarkus.arc.InjectableBean bean;
private final jakarta.enterprise.inject.spi.Annotated annotated;
private final java.lang.reflect.Member member;
private final boolean isTransient;
public void <init>(java.lang.reflect.Type, java.lang.reflect.Type, java.util.Set, io.quarkus.arc.InjectableBean, java.util.Set, java.lang.reflect.Member, int, boolean)
{
io.quarkus.arc.impl.InjectionPointImpl$AnnotatedFieldImpl v;
io.quarkus.arc.impl.InjectionPointImpl$AnnotatedParameterImpl v;
java.lang.reflect.Member v;
io.quarkus.arc.InjectableBean v;
java.util.Set v, v, v;
io.quarkus.arc.impl.InjectionPointImpl v;
java.lang.reflect.Type v, v;
int v;
boolean v, v, v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v := @parameter: java.lang.reflect.Type;
v := @parameter: java.lang.reflect.Type;
v := @parameter: java.util.Set;
v := @parameter: io.quarkus.arc.InjectableBean;
v := @parameter: java.util.Set;
v := @parameter: java.lang.reflect.Member;
v := @parameter: int;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.quarkus.arc.impl.InjectionPointImpl: java.lang.reflect.Type requiredType> = v;
v = staticinvoke <io.quarkus.arc.impl.CollectionHelpers: java.util.Set toImmutableSmallSet(java.util.Set)>(v);
v.<io.quarkus.arc.impl.InjectionPointImpl: java.util.Set qualifiers> = v;
v.<io.quarkus.arc.impl.InjectionPointImpl: io.quarkus.arc.InjectableBean bean> = v;
v = v instanceof java.lang.reflect.Executable;
if v == 0 goto label;
v = new io.quarkus.arc.impl.InjectionPointImpl$AnnotatedParameterImpl;
specialinvoke v.<io.quarkus.arc.impl.InjectionPointImpl$AnnotatedParameterImpl: void <init>(java.lang.reflect.Type,java.util.Set,int,java.lang.reflect.Executable)>(v, v, v, v);
v.<io.quarkus.arc.impl.InjectionPointImpl: jakarta.enterprise.inject.spi.Annotated annotated> = v;
goto label;
label:
v = v instanceof java.lang.reflect.Field;
if v == 0 goto label;
v = new io.quarkus.arc.impl.InjectionPointImpl$AnnotatedFieldImpl;
specialinvoke v.<io.quarkus.arc.impl.InjectionPointImpl$AnnotatedFieldImpl: void <init>(java.lang.reflect.Type,java.util.Set,java.lang.reflect.Field)>(v, v, v);
v.<io.quarkus.arc.impl.InjectionPointImpl: jakarta.enterprise.inject.spi.Annotated annotated> = v;
goto label;
label:
v.<io.quarkus.arc.impl.InjectionPointImpl: jakarta.enterprise.inject.spi.Annotated annotated> = null;
label:
v.<io.quarkus.arc.impl.InjectionPointImpl: java.lang.reflect.Member member> = v;
v.<io.quarkus.arc.impl.InjectionPointImpl: boolean isTransient> = v;
return;
}
public java.lang.reflect.Type getType()
{
io.quarkus.arc.impl.InjectionPointImpl v;
java.lang.reflect.Type v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: java.lang.reflect.Type requiredType>;
return v;
}
public java.util.Set getQualifiers()
{
io.quarkus.arc.impl.InjectionPointImpl v;
java.util.Set v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: java.util.Set qualifiers>;
return v;
}
public jakarta.enterprise.inject.spi.Bean getBean()
{
io.quarkus.arc.InjectableBean v;
io.quarkus.arc.impl.InjectionPointImpl v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: io.quarkus.arc.InjectableBean bean>;
return v;
}
public java.lang.reflect.Member getMember()
{
io.quarkus.arc.impl.InjectionPointImpl v;
java.lang.reflect.Member v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: java.lang.reflect.Member member>;
return v;
}
public jakarta.enterprise.inject.spi.Annotated getAnnotated()
{
io.quarkus.arc.impl.InjectionPointImpl v;
jakarta.enterprise.inject.spi.Annotated v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: jakarta.enterprise.inject.spi.Annotated annotated>;
return v;
}
public boolean isDelegate()
{
io.quarkus.arc.impl.InjectionPointImpl v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
return 0;
}
public boolean isTransient()
{
io.quarkus.arc.impl.InjectionPointImpl v;
boolean v;
v := @this: io.quarkus.arc.impl.InjectionPointImpl;
v = v.<io.quarkus.arc.impl.InjectionPointImpl: boolean isTransient>;
return v;
}
}