Class ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>

Type Parameters:
S - The actual token type.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, FilterableList<S,ByteCodeElement.Token.TokenList<S>>
Enclosing interface:
ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>

public static class ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>> extends FilterableList.AbstractBase<S,ByteCodeElement.Token.TokenList<S>>
A list of tokens.