Uses of Class
com.strobel.core.ReadOnlyList
Packages that use ReadOnlyList
Package
Description
-
Uses of ReadOnlyList in com.strobel.core
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) -
Uses of ReadOnlyList in com.strobel.expressions
Methods in com.strobel.expressions that return ReadOnlyListModifier and TypeMethodDescriptionfinal 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 TypeMethodDescriptionstatic 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) 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) -
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
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 TypeMethodDescriptionstatic <A extends Annotation>
AnnotationBuilder<A> AnnotationBuilder.create(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values)