public static class MethodList.ForTokens extends MethodList.AbstractBase<MethodDescription.InDefinedShape>
MethodList.AbstractBase<S extends MethodDescription>, MethodList.Empty<S extends MethodDescription>, MethodList.Explicit<S extends MethodDescription>, MethodList.ForLoadedMethods, MethodList.ForTokens, MethodList.TypeSubstituting
modCount
Constructor and Description |
---|
ForTokens(TypeDescription declaringType,
List<? extends MethodDescription.Token> tokens)
Creates a new list of method descriptions for a list of detached tokens.
|
ForTokens(TypeDescription declaringType,
MethodDescription.Token... token)
Creates a new list of method descriptions for a list of detached tokens.
|
Modifier and Type | Method and Description |
---|---|
MethodDescription.InDefinedShape |
get(int index) |
int |
size() |
asDefined, asTokenList, wrap
filter, getOnly, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ForTokens(TypeDescription declaringType, MethodDescription.Token... token)
declaringType
- The method's declaring type.token
- The list of method tokens to represent.public ForTokens(TypeDescription declaringType, List<? extends MethodDescription.Token> tokens)
declaringType
- The method's declaring type.tokens
- The list of method tokens to represent.public MethodDescription.InDefinedShape get(int index)
get
in interface List<MethodDescription.InDefinedShape>
get
in class AbstractList<MethodDescription.InDefinedShape>
public int size()
size
in interface Collection<MethodDescription.InDefinedShape>
size
in interface List<MethodDescription.InDefinedShape>
size
in class AbstractCollection<MethodDescription.InDefinedShape>
Copyright © 2014–2020. All rights reserved.