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._listprivate static final ReadOnlyList<?> ReadOnlyList.EMPTYMethods 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) privateReadOnlyList(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._casesprivate final ReadOnlyList<CatchBlock> TryExpression._handlersMethods 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 SwitchExpressionExpression.makeSwitch(Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static SwitchExpressionExpression.makeSwitch(Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static SwitchExpressionExpression.makeSwitch(Type<?> type, Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases) static TryExpressionExpression.makeTry(Type<?> type, Expression body, ReadOnlyList<CatchBlock> catchBlocks, Expression finallyBlock) final SwitchExpressionSwitchExpression.update(Expression switchValue, ReadOnlyList<SwitchCase> cases, Expression defaultBody, SwitchOptions options) final TryExpressionTryExpression.update(Expression body, ReadOnlyList<CatchBlock> handlers, Expression finallyBlock) private static voidExpression.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 classfinal classclassMemberList<T extends MemberInfo>final classfinal classclass -
Uses of ReadOnlyList in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ReadOnlyListModifier and TypeFieldDescriptionprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> FieldBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> MethodBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> ParameterBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> TypeBuilder._annotationsprivate final ReadOnlyList<Object> AnnotationBuilder._valuesMethods 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 intClassWriter.writeJavaAnnotations(ReadOnlyList<AnnotationBuilder<? extends Annotation>> annotations) Constructors in com.strobel.reflection.emit with parameters of type ReadOnlyListModifierConstructorDescriptionprivateAnnotationBuilder(Type<A> annotationType, MethodList attributes, ReadOnlyList<Object> values)