Uses of Class
com.strobel.annotations.NotNull
-
-
Uses of NotNull in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes with annotations of type NotNull Modifier and Type Method Description java.util.List<SourceAttribute>
RecordComponentInfo. getAttributes()
java.lang.String
RecordComponentInfo. getDescriptor()
java.util.List<PackageInfo>
ModuleAttribute. getExports()
java.util.EnumSet<Flags.Flag>
ModuleAttribute. getFlags()
java.util.EnumSet<Flags.Flag>
ModuleDependency. getFlags()
java.util.EnumSet<Flags.Flag>
PackageInfo. getFlags()
java.util.List<TypeReference>
ServiceInfo. getImplementations()
TypeReference
ServiceInfo. getInterface()
TypeReference
ModuleMainClassAttribute. getMainClass()
java.lang.String
ModuleAttribute. getModuleName()
java.util.List<ModuleReference>
PackageInfo. getModules()
java.lang.String
ModuleDependency. getName()
java.lang.String
RecordComponentInfo. getName()
java.util.List<PackageInfo>
ModuleAttribute. getOpens()
PackageReference
PackageInfo. getPackage()
java.util.List<PackageReference>
ModulePackagesAttribute. getPackages()
java.lang.String
ModuleTargetAttribute. getPlatform()
java.util.List<ServiceInfo>
ModuleAttribute. getProvides()
java.util.List<ModuleDependency>
ModuleAttribute. getRequires()
TypeReference
RecordComponentInfo. getResolvedType()
TypeReference
RecordComponentInfo. getType()
java.util.List<TypeReference>
ModuleAttribute. getUses()
TypeReference
RecordComponentInfo. resolveType(TypeReference recordType)
Constructor parameters in com.strobel.assembler.ir.attributes with annotations of type NotNull Constructor Description ModuleDependency(java.lang.String name, java.lang.String version, int flags)
-
Uses of NotNull in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with annotations of type NotNull Modifier and Type Method Description (package private) static java.util.List<TypeReference>
MetadataHelper. checkTypeArguments(IGenericParameterProvider owner, java.util.List<TypeReference> typeArguments)
java.util.List<TypeReference>
IUnionType. getAlternatives()
java.util.List<TypeReference>
ICompoundType. getInterfaces()
java.lang.String
ModuleReference. getName()
static ConversionType
MetadataHelper. getNumericConversionType(TypeReference target, TypeReference source)
static TypeReference
MetadataHelper. getUnderlyingPrimitiveTypeOrSelf(TypeReference type)
Method parameters in com.strobel.assembler.metadata with annotations of type NotNull Modifier and Type Method Description (package private) static java.util.List<TypeReference>
MetadataHelper. checkTypeArguments(IGenericParameterProvider owner, java.util.List<TypeReference> typeArguments)
static TypeReference
MetadataHelper. getUnderlyingPrimitiveTypeOrSelf(TypeReference type)
static void
DeobfuscationUtilities. processType(TypeDefinition type)
Constructor parameters in com.strobel.assembler.metadata with annotations of type NotNull Constructor Description ArrayTypeLoader(byte[] bytes)
ModuleReference(java.lang.String name, java.lang.String version)
-
Uses of NotNull in com.strobel.collections
Methods in com.strobel.collections with annotations of type NotNull Modifier and Type Method Description java.util.Iterator<A>
ImmutableList. iterator()
java.util.Iterator<A>
ListBuffer. iterator()
An enumeration of all elements in this buffer.java.util.Iterator<E>
SmartList. iterator()
java.util.ListIterator<A>
ImmutableList. listIterator()
java.util.ListIterator<A>
ImmutableList. listIterator(int index)
java.util.List<A>
ImmutableList. subList(int fromIndex, int toIndex)
java.lang.Object[]
ImmutableList. toArray()
<T> T[]
ImmutableList. toArray(T[] vec)
Copy successive elements of this list into given vector until list is exhausted or end of vector is reached.java.lang.Object[]
ListBuffer. toArray()
<T> T[]
ListBuffer. toArray(T[] vec)
Convert buffer to an array<T> T[]
SmartList. toArray(T[] a)
Method parameters in com.strobel.collections with annotations of type NotNull Modifier and Type Method Description boolean
ImmutableList. addAll(int index, java.util.Collection<? extends A> c)
void
SmartList. sort(java.util.Comparator<? super E> comparator)
<T> T[]
ImmutableList. toArray(T[] vec)
Copy successive elements of this list into given vector until list is exhausted or end of vector is reached.<T> T[]
SmartList. toArray(T[] a)
Constructor parameters in com.strobel.collections with annotations of type NotNull Constructor Description SmartList(E... elements)
SmartList(java.util.Collection<? extends E> elements)
-
Uses of NotNull in com.strobel.collections.concurrent
Fields in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Field Description (package private) V
ConcurrentIntObjectHashMap.IntHashEntry. value
Methods in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Method Description V
ConcurrentIntObjectHashMap. addOrGet(int key, V value)
V
ConcurrentIntObjectMap. addOrGet(int key, V value)
V
ConcurrentRefValueIntObjectHashMap. addOrGet(int key, V value)
java.lang.Iterable<V>
ConcurrentIntObjectHashMap. elements()
java.lang.Iterable<IntObjectEntry<V>>
ConcurrentIntObjectHashMap. entries()
java.lang.Iterable<IntObjectEntry<V>>
ConcurrentIntObjectMap. entries()
java.lang.Iterable<IntObjectEntry<V>>
ConcurrentRefValueIntObjectHashMap. entries()
int[]
ConcurrentIntObjectHashMap. keys()
int[]
ConcurrentIntObjectMap. keys()
int[]
ConcurrentRefValueIntObjectHashMap. keys()
V
ConcurrentIntObjectHashMap.SimpleEntry. value()
V
IntObjectEntry. value()
Method parameters in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Method Description V
ConcurrentIntObjectHashMap. addOrGet(int key, V value)
V
ConcurrentIntObjectMap. addOrGet(int key, V value)
V
ConcurrentRefValueIntObjectHashMap. addOrGet(int key, V value)
protected abstract ConcurrentRefValueIntObjectHashMap.IntReference<V>
ConcurrentRefValueIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)
protected ConcurrentRefValueIntObjectHashMap.IntReference<V>
ConcurrentWeakIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)
V
ConcurrentIntObjectHashMap. put(int key, V value)
protected V
ConcurrentIntObjectHashMap. put(int key, V value, boolean onlyIfAbsent)
V
ConcurrentIntObjectMap. put(int key, V value)
V
ConcurrentRefValueIntObjectHashMap. put(int key, V value)
V
ConcurrentIntObjectHashMap. putIfAbsent(int key, V value)
V
ConcurrentIntObjectMap. putIfAbsent(int key, V value)
V
ConcurrentRefValueIntObjectHashMap. putIfAbsent(int key, V value)
boolean
ConcurrentIntObjectHashMap. remove(int key, V value)
boolean
ConcurrentIntObjectMap. remove(int key, V value)
boolean
ConcurrentRefValueIntObjectHashMap. remove(int key, V value)
boolean
ConcurrentIntObjectHashMap. replace(int key, V oldValue, V newValue)
boolean
ConcurrentIntObjectHashMap. replace(int key, V oldValue, V newValue)
boolean
ConcurrentIntObjectMap. replace(int key, V oldValue, V newValue)
boolean
ConcurrentIntObjectMap. replace(int key, V oldValue, V newValue)
boolean
ConcurrentRefValueIntObjectHashMap. replace(int key, V oldValue, V newValue)
boolean
ConcurrentRefValueIntObjectHashMap. replace(int key, V oldValue, V newValue)
Constructor parameters in com.strobel.collections.concurrent with annotations of type NotNull Constructor Description IntHashEntry(int key, ConcurrentIntObjectHashMap.IntHashEntry<V> next, V value)
-
Uses of NotNull in com.strobel.componentmodel
Fields in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Field Description private FrugalKeyMap
UserDataStoreBase. _map
private java.lang.String
Key. _name
Methods in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Method Description <V> FrugalKeyMap
ArrayKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
DictionaryKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
EmptyKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
FrugalKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
PairKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
SingleKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
ArrayKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
DictionaryKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
EmptyKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
FrugalKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
PairKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
SingleKeyMap. plus(Key<V> key, V value)
Method parameters in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Method Description static <T> Key<T>
Key. create(java.lang.String name)
<V> V
ArrayKeyMap. get(Key<V> key)
<V> V
DictionaryKeyMap. get(Key<V> key)
<V> V
EmptyKeyMap. get(Key<V> key)
<V> V
FrugalKeyMap. get(Key<V> key)
<V> V
PairKeyMap. get(Key<V> key)
<V> V
SingleKeyMap. get(Key<V> key)
<T> T
UserDataStoreBase. getUserData(Key<T> key)
<V> FrugalKeyMap
ArrayKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
DictionaryKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
EmptyKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
FrugalKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
PairKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
SingleKeyMap. minus(Key<V> key)
<V> FrugalKeyMap
ArrayKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
ArrayKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
DictionaryKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
DictionaryKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
EmptyKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
EmptyKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
FrugalKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
FrugalKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
PairKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
PairKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
SingleKeyMap. plus(Key<V> key, V value)
<V> FrugalKeyMap
SingleKeyMap. plus(Key<V> key, V value)
<T> void
UserDataStoreBase. putUserData(Key<T> key, T value)
<T> T
UserDataStoreBase. putUserDataIfAbsent(Key<T> key, T value)
<T> boolean
UserDataStoreBase. replace(Key<T> key, T oldValue, T newValue)
Constructor parameters in com.strobel.componentmodel with annotations of type NotNull Constructor Description Key(java.lang.String name)
-
Uses of NotNull in com.strobel.concurrent
Methods in com.strobel.concurrent with annotations of type NotNull Modifier and Type Method Description T
StripedLock. allocateLock()
protected abstract T
StripedLock. createLock()
protected java.util.concurrent.locks.ReentrantLock
StripedReentrantLock. createLock()
-
Uses of NotNull in com.strobel.core
Methods in com.strobel.core with annotations of type NotNull Modifier and Type Method Description java.util.Iterator<T>
CollectionUtilities.AbstractIterator. iterator()
java.util.Iterator<T>
CollectionUtilities.SkipIterator. iterator()
java.util.Iterator<T>
ReadOnlyList. iterator()
java.util.ListIterator<T>
IReadOnlyList. listIterator()
java.util.ListIterator<T>
IReadOnlyList. listIterator(int index)
java.util.ListIterator<T>
ReadOnlyList. listIterator()
java.util.ListIterator<T>
ReadOnlyList. listIterator(int index)
ReadOnlyList<T>
ReadOnlyList. subList(int fromIndex, int toIndex)
T[]
IReadOnlyList. toArray()
<T> T[]
IReadOnlyList. toArray(T[] a)
T[]
ReadOnlyList. toArray()
<U> U[]
ReadOnlyList. toArray(U[] a)
Method parameters in com.strobel.core with annotations of type NotNull Modifier and Type Method Description void
ReadOnlyList.ReadOnlyCollectionIterator. add(T T)
boolean
ReadOnlyList. addAll(int index, java.util.Collection<? extends T> c)
boolean
ReadOnlyList. addAll(java.util.Collection<? extends T> c)
boolean
ReadOnlyList. containsAll(java.util.Collection<?> c)
static <V,K>
voidCollectionUtilities. removeAll(java.util.Map<K,V> map, java.util.List<K> keys)
boolean
ReadOnlyList. removeAll(java.util.Collection<?> c)
boolean
ReadOnlyList. retainAll(java.util.Collection<?> c)
<U> U[]
ReadOnlyList. toArray(U[] a)
-
Uses of NotNull in com.strobel.decompiler
Method parameters in com.strobel.decompiler with annotations of type NotNull Modifier and Type Method Description java.lang.String
BriefLogFormatter. format(java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.boolean
DecompilerContext. isSupported(LanguageFeature feature)
boolean
DecompilerContext. isSupported(TypeDefinition versionSource, LanguageFeature feature)
-
Uses of NotNull in com.strobel.decompiler.ast
Method parameters in com.strobel.decompiler.ast with annotations of type NotNull Modifier and Type Method Description <T> T
Expression. getUserData(Key<T> key)
<T> void
Expression. putUserData(Key<T> key, T value)
<T> T
Expression. putUserDataIfAbsent(Key<T> key, T value)
<T> boolean
Expression. replace(Key<T> key, T oldValue, T newValue)
-
Uses of NotNull in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with annotations of type NotNull Modifier and Type Method Description java.util.List<LineNumberPosition>
TypeDecompilationResults. getLineNumberPositions()
Returns the line number positions resulting from a decompilation.Method parameters in com.strobel.decompiler.languages with annotations of type NotNull Modifier and Type Method Description private boolean
BytecodeLanguage. tryWriteType(ITextOutput output, MetadataParser parser, java.lang.String text, java.lang.String descriptor)
private boolean
BytecodeLanguage. tryWriteType(ITextOutput output, MetadataParser parser, java.lang.String text, java.lang.String descriptor)
-
Uses of NotNull in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with annotations of type NotNull Modifier and Type Method Description <T extends AstNode>
TAstNode. getChildByRole(Role<? extends T> role)
<T extends AstNode>
AstNodeCollection<T>AstNode. getChildrenByRole(Role<? extends T> role)
java.util.Iterator<T>
AstNodeCollection. iterator()
<T1> T1[]
AstNodeCollection. toArray(T1[] a)
Method parameters in com.strobel.decompiler.languages.java.ast with annotations of type NotNull Modifier and Type Method Description <T extends AstNode>
java.lang.Iterable<T>AstNode. getAncestors(java.lang.Class<T> type)
<T1> T1[]
AstNodeCollection. toArray(T1[] a)
-
Uses of NotNull in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with annotations of type NotNull Modifier and Type Field Description (package private) ConstructorDeclaration
RewriteRecordClassesTransform.RecordState.Constructor. constructor
(package private) java.util.Map<ConstructorDeclaration,RewriteRecordClassesTransform.RecordState.Constructor>
RewriteRecordClassesTransform.RecordState. constructors
(package private) RecordAttribute
RewriteRecordClassesTransform.RecordState. recordAttribute
(package private) java.util.Map<java.lang.String,RecordComponentInfo>
RewriteRecordClassesTransform.RecordState. recordComponents
(package private) TypeDeclaration
RewriteRecordClassesTransform.RecordState. recordDeclaration
(package private) TypeDefinition
RewriteRecordClassesTransform.RecordState. recordDefinition
(package private) java.util.Map<RecordComponentInfo,MethodDeclaration>
RewriteRecordClassesTransform.RecordState. removableAccessors
(package private) java.util.Map<RecordComponentInfo,ExpressionStatement>
RewriteRecordClassesTransform.RecordState.Constructor. removableAssignments
(package private) java.util.Map<RecordComponentInfo,FieldDeclaration>
RewriteRecordClassesTransform.RecordState. removableFields
(package private) java.util.List<MethodDeclaration>
RewriteRecordClassesTransform.RecordState. removableMethods
(package private) java.util.Map<RecordComponentInfo,ParameterDeclaration>
RewriteRecordClassesTransform.RecordState.Constructor. removableParameters
(package private) StrongBox<ExpressionStatement>
RewriteRecordClassesTransform.RecordState.Constructor. removableSuperCall
Method parameters in com.strobel.decompiler.languages.java.ast.transforms with annotations of type NotNull Modifier and Type Method Description protected FieldDeclaration
AbstractHelperClassTransform. declareField(FieldDefinition fd, Expression initializer, int extraFlags)
protected FieldDeclaration
AbstractHelperClassTransform. declareField(FieldDefinition fd, Expression initializer, int extraFlags)
private static boolean
CollapseImportsTransform. isPublic(TypeReference type)
protected Variable
AbstractHelperClassTransform. makeCatchVariable(java.lang.String name, TypeReference type)
protected Variable
AbstractHelperClassTransform. makeCatchVariable(java.lang.String name, TypeReference type)
-
Uses of NotNull in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with annotations of type NotNull Modifier and Type Method Description static java.util.List<CastExpression>
RedundantCastUtility. getRedundantCastsInside(Function<AstNode,ResolveResult> resolver, AstNode site)
protected java.util.List<TypeReference>
RedundantCastUtility.IsRedundantVisitor. getTypes(AstNodeCollection<? extends AstNode> nodes)
Method parameters in com.strobel.decompiler.languages.java.utilities with annotations of type NotNull Modifier and Type Method Description protected void
RedundantCastUtility.CastCollector. addToResults(CastExpression cast, boolean force)
protected void
RedundantCastUtility.IsRedundantVisitor. addToResults(CastExpression cast, boolean force)
private ConversionType
RedundantCastUtility.IsRedundantVisitor. getConversion(TypeReference target, TypeReference source, Expression value)
Determines the conversion type, taking lossiness into consideration for numeric conversions.private ConversionType
RedundantCastUtility.IsRedundantVisitor. getConversion(TypeReference target, TypeReference source, Expression value)
Determines the conversion type, taking lossiness into consideration for numeric conversions.private ConversionType
RedundantCastUtility.IsRedundantVisitor. getNumericConversion(TypeReference target, TypeReference source, Expression value)
Determines the numeric conversion type, taking lossiness into consideration.private ConversionType
RedundantCastUtility.IsRedundantVisitor. getNumericConversion(TypeReference target, TypeReference source, Expression value)
Determines the numeric conversion type, taking lossiness into consideration.private static TypeReference
TypeUtilities. getType(Function<AstNode,ResolveResult> resolver, AstNode node)
private static TypeReference
TypeUtilities. getType(Function<AstNode,ResolveResult> resolver, AstNode node)
private static int
TypeUtilities. getTypeRank(TypeReference type)
static boolean
TypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, TypeReference lType, TypeReference rType, TypeReference expectedResultType, boolean strict)
static boolean
TypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)
static boolean
TypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)
static boolean
TypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)
protected void
RedundantCastUtility.IsRedundantVisitor. processCall(Expression e)
-
Uses of NotNull in com.strobel.decompiler.patterns
Methods in com.strobel.decompiler.patterns with annotations of type NotNull Modifier and Type Method Description TypeReference
AstTypeMatch. getType()
java.util.Iterator<INode>
Choice. iterator()
-
Uses of NotNull in com.strobel.expressions
Method parameters in com.strobel.expressions with annotations of type NotNull Modifier and Type Method Description static ExpressionContext
ExpressionContext. create(java.lang.invoke.MethodHandles.Lookup packageAccess)
static ExpressionContext
ExpressionContext. push(java.lang.invoke.MethodHandles.Lookup packageAccess)
Constructor parameters in com.strobel.expressions with annotations of type NotNull Constructor Description ExpressionContext(java.lang.invoke.MethodHandles.Lookup packageAccess, boolean isDefault)
-
Uses of NotNull in com.strobel.reflection
Fields in com.strobel.reflection with annotations of type NotNull Modifier and Type Field Description (package private) TypeBindings
TypeBinder.CacheEntry. bindings
(package private) Type<?>
TypeBinder.CacheEntry. type
Methods in com.strobel.reflection with annotations of type NotNull Modifier and Type Method Description java.lang.annotation.Annotation[]
ArrayType. getAnnotations()
java.lang.annotation.Annotation[]
ConstructorInfo. getAnnotations()
java.lang.annotation.Annotation[]
DelegatingMethodInfo. getAnnotations()
java.lang.annotation.Annotation[]
ErasedField. getAnnotations()
java.lang.annotation.Annotation[]
ErasedMethod. getAnnotations()
java.lang.annotation.Annotation[]
ErasedType. getAnnotations()
java.lang.annotation.Annotation[]
FieldInfo. getAnnotations()
java.lang.annotation.Annotation[]
GenericParameter. getAnnotations()
java.lang.annotation.Annotation[]
GenericType. getAnnotations()
java.lang.annotation.Annotation[]
MemberInfo. getAnnotations()
java.lang.annotation.Annotation[]
MethodInfo. getAnnotations()
java.lang.annotation.Annotation[]
PrimitiveType. getAnnotations()
java.lang.annotation.Annotation[]
ReflectedMethod. getAnnotations()
java.lang.annotation.Annotation[]
RuntimeFieldInfo. getAnnotations()
java.lang.annotation.Annotation[]
RuntimeMethodInfo. getAnnotations()
java.lang.annotation.Annotation[]
RuntimeType. getAnnotations()
java.lang.annotation.Annotation[]
Type. getAnnotations()
java.lang.annotation.Annotation[]
ArrayType. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
ConstructorInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
DelegatingMethodInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
ErasedField. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
ErasedMethod. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
ErasedType. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
FieldInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
GenericParameter. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
GenericType. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
MemberInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
MethodInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
PrimitiveType. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
ReflectedMethod. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
RuntimeFieldInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
RuntimeMethodInfo. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
RuntimeType. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
Type. getDeclaredAnnotations()
Type<?>
Type. getUnderlyingType()
protected Type<?>
ErasedType. getUnderlyingTypeCore()
protected Type<?>
Type. getUnderlyingTypeCore()
ConstructorList
ConstructorList. subList(int fromIndex, int toIndex)
FieldList
FieldList. subList(int fromIndex, int toIndex)
MemberList<T>
MemberList. subList(int fromIndex, int toIndex)
MethodList
MethodList. subList(int fromIndex, int toIndex)
TypeList
TypeList. subList(int fromIndex, int toIndex)
Method parameters in com.strobel.reflection with annotations of type NotNull Modifier and Type Method Description Type<?>
Type. asSuperTypeOf(Type<?> type)
Constructor parameters in com.strobel.reflection with annotations of type NotNull Constructor Description CacheEntry(TypeBindings bindings, Type<?> type)
CacheEntry(TypeBindings bindings, Type<?> type)
-
Uses of NotNull in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with annotations of type NotNull Modifier and Type Method Description java.lang.annotation.Annotation[]
ConstructorBuilder. getAnnotations()
java.lang.annotation.Annotation[]
FieldBuilder. getAnnotations()
java.lang.annotation.Annotation[]
MethodBuilder. getAnnotations()
java.lang.annotation.Annotation[]
TypeBuilder. getAnnotations()
java.lang.annotation.Annotation[]
ConstructorBuilder. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
FieldBuilder. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
MethodBuilder. getDeclaredAnnotations()
java.lang.annotation.Annotation[]
TypeBuilder. getDeclaredAnnotations()
-
Uses of NotNull in com.strobel.util
Method parameters in com.strobel.util with annotations of type NotNull Modifier and Type Method Description static java.lang.String
TypeUtils. getInternalName(java.lang.Class<?> clazz)
-