Uses of Class
com.strobel.core.ReadOnlyList
Packages that use ReadOnlyList
Package
Description
-
Uses of ReadOnlyList in com.strobel.core
Fields in com.strobel.core declared as ReadOnlyListModifier and TypeFieldDescriptionprivate final ReadOnlyList
<T> ReadOnlyList.ReadOnlyCollectionIterator._list
private static final ReadOnlyList
<?> ReadOnlyList.EMPTY
Methods in com.strobel.core that return ReadOnlyListModifier and TypeMethodDescriptionstatic <T> ReadOnlyList
<T> ReadOnlyList.emptyList()
protected ReadOnlyList
<T> ReadOnlyList.newInstance()
ReadOnlyList.subList
(int fromIndex, int toIndex) Constructors in com.strobel.core with parameters of type ReadOnlyListModifierConstructorDescription(package private)
(package private)
ReadOnlyCollectionIterator
(ReadOnlyList<T> list, int startPosition) private
ReadOnlyList
(ReadOnlyList<T> baseList, int offset, int length) -
Uses of ReadOnlyList in com.strobel.expressions
Fields in com.strobel.expressions declared as ReadOnlyListModifier and TypeFieldDescriptionprivate final ReadOnlyList
<SwitchCase> SwitchExpression._cases
private final ReadOnlyList
<CatchBlock> TryExpression._handlers
Methods in com.strobel.expressions that return ReadOnlyListModifier and TypeMethodDescription(package private) static <T> ReadOnlyList
<T> Expression.arrayToReadOnlyList
(T[] items) final ReadOnlyList
<SwitchCase> SwitchExpression.getCases()
final ReadOnlyList
<CatchBlock> TryExpression.getHandlers()
protected static <T> ReadOnlyList
<T> ExpressionVisitor.visit
(ReadOnlyList<T> nodes, ExpressionVisitor.ElementVisitor<T> elementVisitor) Methods in com.strobel.expressions with parameters of type ReadOnlyListModifier and TypeMethodDescriptionprivate static <T> T[]
StackSpiller.clone
(ReadOnlyList<T> original, int max) static SwitchExpression
Expression.makeSwitch
(Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static SwitchExpression
Expression.makeSwitch
(Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static SwitchExpression
Expression.makeSwitch
(Type<?> type, Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static TryExpression
Expression.makeTry
(Type<?> type, Expression body, ReadOnlyList<CatchBlock> catchBlocks, Expression finallyBlock) final SwitchExpression
SwitchExpression.update
(Expression switchValue, ReadOnlyList<SwitchCase> cases, Expression defaultBody, SwitchOptions options) final TryExpression
TryExpression.update
(Expression body, ReadOnlyList<CatchBlock> handlers, Expression finallyBlock) private static void
Expression.validateTryAndCatchHaveSameType
(Type<?> type, Expression tryBody, ReadOnlyList<CatchBlock> handlers) protected static <T> ReadOnlyList
<T> ExpressionVisitor.visit
(ReadOnlyList<T> nodes, ExpressionVisitor.ElementVisitor<T> elementVisitor) Constructors in com.strobel.expressions with parameters of type ReadOnlyListModifierConstructorDescriptionSwitchExpression
(Type type, Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases, SwitchOptions options) (package private)
TryExpression
(Type type, Expression body, ReadOnlyList<CatchBlock> handlers, Expression finallyBlock) -
Uses of ReadOnlyList in com.strobel.reflection
Subclasses of ReadOnlyList in com.strobel.reflectionModifier and TypeClassDescriptionfinal class
final class
class
MemberList<T extends MemberInfo>
final class
final class
class
-
Uses of ReadOnlyList in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ReadOnlyListModifier and TypeFieldDescriptionprivate ReadOnlyList
<AnnotationBuilder<? extends Annotation>> FieldBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> MethodBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> ParameterBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> TypeBuilder._annotations
private final ReadOnlyList
<Object> AnnotationBuilder._values
Methods in com.strobel.reflection.emit that return ReadOnlyListModifier and TypeMethodDescriptionReadOnlyList
<AnnotationBuilder<? extends Annotation>> ConstructorBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> FieldBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> MethodBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> ParameterBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> TypeBuilder.getCustomAnnotations()
AnnotationBuilder.getValues()
Methods in com.strobel.reflection.emit with parameters of type ReadOnlyListModifier and TypeMethodDescriptionprivate static <A extends Annotation>
voidAnnotationBuilder.checkProperties
(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values) static <A extends Annotation>
AnnotationBuilder<A> AnnotationBuilder.create
(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values) private int
ClassWriter.writeJavaAnnotations
(ReadOnlyList<AnnotationBuilder<? extends Annotation>> annotations) Constructors in com.strobel.reflection.emit with parameters of type ReadOnlyListModifierConstructorDescriptionprivate
AnnotationBuilder
(Type<A> annotationType, MethodList attributes, ReadOnlyList<Object> values)