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 class
final class
final class
final class
Fields in com.strobel.assembler.metadata declared as CollectionModifier and TypeFieldDescriptionprivate final Collection
<CustomAnnotation> FieldDefinition._customAnnotations
private final Collection
<CustomAnnotation> MethodDefinition._customAnnotations
private final Collection
<CustomAnnotation> ParameterDefinition._customAnnotations
private final Collection
<CustomAnnotation> TypeDefinition._customAnnotations
private final Collection
<FieldDefinition> TypeDefinition._declaredFields
private final Collection
<MethodDefinition> TypeDefinition._declaredMethods
private final Collection
<TypeDefinition> TypeDefinition._declaredTypes
private final Collection
<ExceptionHandler> MethodBody._exceptionHandlers
private final Collection
<TypeReference> TypeDefinition._explicitInterfaces
private final Collection
<TypeReference> TypeDefinition._permittedSubclasses
private final Collection
<SourceAttribute> FieldDefinition._sourceAttributes
private final Collection
<SourceAttribute> MethodDefinition._sourceAttributes
private final Collection
<SourceAttribute> TypeDefinition._sourceAttributes
private final Collection
<TypeReference> MethodDefinition._thrownTypes
Methods 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._body
private final Collection
<Node> Block._body
private final Collection
<TypeReference> CatchBlock._caughtTypes
private final Collection
<Variable> Lambda._parameters