public static class MethodList.Empty extends FilterableList.Empty<MethodDescription.InDefinedShape,MethodList<MethodDescription.InDefinedShape>> implements MethodList<MethodDescription.InDefinedShape>
MethodList.AbstractBase<S extends MethodDescription>, MethodList.Empty, MethodList.Explicit<S extends MethodDescription>, MethodList.ForLoadedType, MethodList.ForTokens, MethodList.TypeSubstitutingmodCount| Constructor and Description | 
|---|
| Empty() | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodList<MethodDescription.InDefinedShape> | asDefined()Returns this list of these method descriptions resolved to their defined shape. | 
| ByteCodeElement.Token.TokenList<MethodDescription.Token> | asTokenList()Transforms the list of method descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<MethodDescription.Token> | asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)Transforms the list of method descriptions into a list of detached tokens. | 
filter, get, getOnly, size, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ByteCodeElement.Token.TokenList<MethodDescription.Token> asTokenList()
MethodListasTokenList in interface MethodList<MethodDescription.InDefinedShape>public ByteCodeElement.Token.TokenList<MethodDescription.Token> asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
MethodListTargetType.asTokenList in interface MethodList<MethodDescription.InDefinedShape>targetTypeMatcher - A matcher that indicates type substitution.public MethodList<MethodDescription.InDefinedShape> asDefined()
MethodListasDefined in interface MethodList<MethodDescription.InDefinedShape>Copyright © 2014–2015. All rights reserved.