Class JavaType.Variable

  • All Implemented Interfaces:
    JavaType
    Enclosing interface:
    JavaType

    public static class JavaType.Variable
    extends java.lang.Object
    implements JavaType
    • Constructor Detail

      • Variable

        public Variable​(@Nullable
                        @Nullable java.lang.Integer managedReference,
                        long flagsBitMap,
                        java.lang.String name,
                        @Nullable
                        @Nullable JavaType owner,
                        @Nullable
                        @Nullable JavaType type,
                        @Nullable
                        @Nullable java.util.List<JavaType.FullyQualified> annotations)