Uses of Class
com.strobel.assembler.Collection
Packages that use Collection
-
Uses of Collection in com.strobel.assembler.ir
Subclasses of Collection in com.strobel.assembler.ir -
Uses of Collection in com.strobel.assembler.metadata
Subclasses of Collection in com.strobel.assembler.metadataModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classMethods in com.strobel.assembler.metadata that return CollectionModifier and TypeMethodDescriptionprotected final Collection<CustomAnnotation> FieldDefinition.getAnnotationsInternal()protected final Collection<CustomAnnotation> MethodDefinition.getAnnotationsInternal()protected final Collection<CustomAnnotation> ParameterDefinition.getAnnotationsInternal()protected final Collection<CustomAnnotation> TypeDefinition.getAnnotationsInternal()protected final Collection<FieldDefinition> TypeDefinition.getDeclaredFieldsInternal()protected final Collection<MethodDefinition> TypeDefinition.getDeclaredMethodsInternal()protected final Collection<TypeDefinition> TypeDefinition.getDeclaredTypesInternal()protected final Collection<TypeReference> TypeDefinition.getExplicitInterfacesInternal()protected final Collection<TypeReference> TypeDefinition.getPermittedSubclassesInternal()protected final Collection<SourceAttribute> FieldDefinition.getSourceAttributesInternal()protected final Collection<SourceAttribute> MethodDefinition.getSourceAttributesInternal()protected final Collection<SourceAttribute> TypeDefinition.getSourceAttributesInternal()protected final Collection<TypeReference> MethodDefinition.getThrownTypesInternal()