A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
V
W
W
- WildcardMirror - class in dev.thecodewarrior.mirror.type
- The type of mirror used to represent wildcard types.
- withBounds(List,List) - function in dev.thecodewarrior.mirror.type.WildcardMirror
- Specialize this wildcard with the provided upper and lower bounds.
- withComponent(TypeMirror) - function in dev.thecodewarrior.mirror.type.ArrayMirror
- Creates a type mirror with the passed specialized component.
- withDeclaringClass(ClassMirror) - function in dev.thecodewarrior.mirror.member.ConstructorMirror
- Returns a copy of this member with its enclosing class replaced with enclosing.
- withDeclaringClass(ClassMirror) - function in dev.thecodewarrior.mirror.member.ExecutableMirror
- Returns a copy of this member with its enclosing class replaced with enclosing.
- withDeclaringClass(ClassMirror) - function in dev.thecodewarrior.mirror.member.FieldMirror
- Returns a copy of this member with its enclosing class replaced with enclosing.
- withDeclaringClass(ClassMirror) - function in dev.thecodewarrior.mirror.member.MemberMirror
- Returns a copy of this member with its enclosing class replaced with enclosing.
- withDeclaringClass(ClassMirror) - function in dev.thecodewarrior.mirror.member.MethodMirror
- Returns a copy of this member with its enclosing class replaced with enclosing.
- withDeclaringExecutable(ExecutableMirror) - function in dev.thecodewarrior.mirror.member.ParameterMirror
- Returns a copy of this parameter with its enclosing method/constructor replaced with enclosing.
- withEnclosingClass(ClassMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns a copy of this class with its enclosing class replaced with the annotation-stripped version of enclosing.
- withEnclosingExecutable(ExecutableMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns a copy of this class with its enclosing method/constructor replaced with enclosing.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.ArrayMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.TypeMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.VoidMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeAnnotations(List) - function in dev.thecodewarrior.mirror.type.WildcardMirror
- Creates a copy of this type mirror that has been specialized to have the passed Type Annotations.
- withTypeArguments(TypeMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns a copy of this mirror, replacing its type parameters the given types.
- withTypeParameters(TypeMirror) - function in dev.thecodewarrior.mirror.member.ConstructorMirror
- Returns a copy of this mirror, replacing its type parameters the given types.
- withTypeParameters(TypeMirror) - function in dev.thecodewarrior.mirror.member.ExecutableMirror
- Returns a copy of this mirror, replacing its type parameters the given types.
- withTypeParameters(TypeMirror) - function in dev.thecodewarrior.mirror.member.MethodMirror
- Returns a copy of this mirror, replacing its type parameters the given types.