Uses of Class
com.strobel.assembler.Collection
Packages that use Collection
Package
Description
-
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 classFields in com.strobel.assembler.metadata declared as CollectionModifier and TypeFieldDescriptionprivate final Collection<CustomAnnotation> FieldDefinition._customAnnotationsprivate final Collection<CustomAnnotation> MethodDefinition._customAnnotationsprivate final Collection<CustomAnnotation> ParameterDefinition._customAnnotationsprivate final Collection<CustomAnnotation> TypeDefinition._customAnnotationsprivate final Collection<FieldDefinition> TypeDefinition._declaredFieldsprivate final Collection<MethodDefinition> TypeDefinition._declaredMethodsprivate final Collection<TypeDefinition> TypeDefinition._declaredTypesprivate final Collection<ExceptionHandler> MethodBody._exceptionHandlersprivate final Collection<TypeReference> TypeDefinition._explicitInterfacesprivate final Collection<TypeReference> TypeDefinition._permittedSubclassesprivate final Collection<SourceAttribute> FieldDefinition._sourceAttributesprivate final Collection<SourceAttribute> MethodDefinition._sourceAttributesprivate final Collection<SourceAttribute> TypeDefinition._sourceAttributesprivate final Collection<TypeReference> MethodDefinition._thrownTypesMethods 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() -
Uses of Collection in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as CollectionModifier and TypeFieldDescriptionprivate final Collection<Node> BasicBlock._bodyprivate final Collection<Node> Block._bodyprivate final Collection<TypeReference> CatchBlock._caughtTypesprivate final Collection<Variable> Lambda._parameters