Lombok - v1.12.2
A B C D E F G H I J L M N O P R S T U V W 

A

Annotation(JCTree, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
Annotation(Attribute) - Method in class lombok.javac.JavacTreeMaker
 
Annotations(List<Attribute.Compound>) - Method in class lombok.javac.JavacTreeMaker
 
AnonymousClassDef(JCTree.JCModifiers, List<JCTree>) - Method in class lombok.javac.JavacTreeMaker
 
App(JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
App(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
append(T) - Method in class lombok.core.LombokImmutableList
 
Apply(List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
Assert(JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
Assign(JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
Assignop(JavacTreeMaker.TreeTag, JCTree, JCTree) - Method in class lombok.javac.JavacTreeMaker
 
at(int) - Method in class lombok.javac.JavacTreeMaker
 

B

Binary(JavacTreeMaker.TreeTag, JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
Block(long, List<JCTree.JCStatement>) - Method in class lombok.javac.JavacTreeMaker
 
Break(Name) - Method in class lombok.javac.JavacTreeMaker
 

C

calculateGuess(JCTree.JCExpression) - Static method in class lombok.javac.Javac
Turns an expression into a guessed intended literal.
calculateValue(Expression) - Static method in class lombok.eclipse.Eclipse
Returns the actual value of the given Literal or Literal-like node.
Call(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
Case(JCTree.JCExpression, List<JCTree.JCStatement>) - Method in class lombok.javac.JavacTreeMaker
 
Catch(JCTree.JCVariableDecl, JCTree.JCBlock) - Method in class lombok.javac.JavacTreeMaker
 
ClassDef(JCTree.JCModifiers, Name, List<JCTree.JCTypeParameter>, JCTree.JCExpression, List<JCTree.JCExpression>, List<JCTree>) - Method in class lombok.javac.JavacTreeMaker
 
CommentCatcher - Class in lombok.javac
 
CommentCollectingParserFactory - Class in lombok.javac.java6
 
CommentCollectingParserFactory(Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Constructor for class lombok.javac.java6.CommentCollectingParserFactory
 
CommentCollectingParserFactory - Class in lombok.javac.java7
 
CommentCollectingParserFactory(Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Constructor for class lombok.javac.java7.CommentCollectingParserFactory
 
CommentCollectingParserFactory - Class in lombok.javac.java8
 
CommentCollectingParserFactory(Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Constructor for class lombok.javac.java8.CommentCollectingParserFactory
 
CommentCollectingScanner - Class in lombok.javac.java6
 
CommentCollectingScanner(CommentCollectingScannerFactory, CharBuffer) - Constructor for class lombok.javac.java6.CommentCollectingScanner
 
CommentCollectingScanner(CommentCollectingScannerFactory, char[], int) - Constructor for class lombok.javac.java6.CommentCollectingScanner
 
CommentCollectingScanner - Class in lombok.javac.java7
 
CommentCollectingScanner(CommentCollectingScannerFactory, CharBuffer) - Constructor for class lombok.javac.java7.CommentCollectingScanner
 
CommentCollectingScanner(CommentCollectingScannerFactory, char[], int) - Constructor for class lombok.javac.java7.CommentCollectingScanner
 
CommentCollectingScanner - Class in lombok.javac.java8
 
CommentCollectingScanner(ScannerFactory, CommentCollectingTokenizer) - Constructor for class lombok.javac.java8.CommentCollectingScanner
 
CommentCollectingScannerFactory - Class in lombok.javac.java6
 
CommentCollectingScannerFactory(Context) - Constructor for class lombok.javac.java6.CommentCollectingScannerFactory
Create a new scanner factory.
CommentCollectingScannerFactory - Class in lombok.javac.java7
 
CommentCollectingScannerFactory(Context) - Constructor for class lombok.javac.java7.CommentCollectingScannerFactory
Create a new scanner factory.
CommentCollectingScannerFactory - Class in lombok.javac.java8
 
CommentCollectingScannerFactory(Context) - Constructor for class lombok.javac.java8.CommentCollectingScannerFactory
Create a new scanner factory.
CommentInfo - Class in lombok.javac
 
CommentInfo(int, int, int, String, CommentInfo.StartConnection, CommentInfo.EndConnection) - Constructor for class lombok.javac.CommentInfo
 
CommentInfo.EndConnection - Enum in lombok.javac
 
CommentInfo.StartConnection - Enum in lombok.javac
 
Conditional(JCTree.JCExpression, JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
contains(T) - Method in class lombok.core.LombokImmutableList
 
content - Variable in class lombok.javac.CommentInfo
 
Continue(Name) - Method in class lombok.javac.JavacTreeMaker
 
copy(T) - Method in class lombok.javac.TreeMirrorMaker
 
copy(T, Void) - Method in class lombok.javac.TreeMirrorMaker
 
copy(List<T>) - Method in class lombok.javac.TreeMirrorMaker
 
copy(List<T>, Void) - Method in class lombok.javac.TreeMirrorMaker
 
copyOf(Collection<? extends T>) - Static method in class lombok.core.LombokImmutableList
 
copyOf(Iterable<? extends T>) - Static method in class lombok.core.LombokImmutableList
 
create(Context) - Static method in class lombok.javac.CommentCatcher
 
createVoidType(JavacTreeMaker, JavacTreeMaker.TypeTag) - Static method in class lombok.javac.Javac
 
CTC_BITXOR - Static variable in class lombok.javac.Javac
 
CTC_BOOLEAN - Static variable in class lombok.javac.Javac
 
CTC_BOT - Static variable in class lombok.javac.Javac
 
CTC_BYTE - Static variable in class lombok.javac.Javac
 
CTC_CHAR - Static variable in class lombok.javac.Javac
 
CTC_CLASS - Static variable in class lombok.javac.Javac
 
CTC_COMPL - Static variable in class lombok.javac.Javac
 
CTC_DOUBLE - Static variable in class lombok.javac.Javac
 
CTC_EQUAL - Static variable in class lombok.javac.Javac
 
CTC_FLOAT - Static variable in class lombok.javac.Javac
 
CTC_INT - Static variable in class lombok.javac.Javac
 
CTC_LONG - Static variable in class lombok.javac.Javac
 
CTC_MUL - Static variable in class lombok.javac.Javac
 
CTC_NEG - Static variable in class lombok.javac.Javac
 
CTC_NONE - Static variable in class lombok.javac.Javac
 
CTC_NOT - Static variable in class lombok.javac.Javac
 
CTC_NOT_EQUAL - Static variable in class lombok.javac.Javac
 
CTC_PLUS - Static variable in class lombok.javac.Javac
 
CTC_POS - Static variable in class lombok.javac.Javac
 
CTC_PREDEC - Static variable in class lombok.javac.Javac
 
CTC_PREINC - Static variable in class lombok.javac.Javac
 
CTC_SHORT - Static variable in class lombok.javac.Javac
 
CTC_UNSIGNED_SHIFT_RIGHT - Static variable in class lombok.javac.Javac
 
CTC_VOID - Static variable in class lombok.javac.Javac
 

D

DoLoop(JCTree.JCStatement, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 

E

Eclipse - Class in lombok.eclipse
 
ECLIPSE_DO_NOT_TOUCH_FLAG - Static variable in class lombok.eclipse.Eclipse
Eclipse's Parser class is instrumented to not attempt to fill in the body of any method or initializer or field initialization if this flag is set.
end - Variable in class lombok.javac.CommentInfo
 
endPos - Variable in class lombok.javac.CommentInfo
 
equals(Object) - Method in class lombok.core.LombokImmutableList
 
Erroneous() - Method in class lombok.javac.JavacTreeMaker
 
Erroneous(List<? extends JCTree>) - Method in class lombok.javac.JavacTreeMaker
 
Exec(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 

F

FileLog - Class in lombok.core.debug
 
FileLog() - Constructor for class lombok.core.debug.FileLog
 
findAnnotationClass(Class<?>, Class<?>) - Static method in class lombok.core.SpiLoadUtil
This method will find the @{code T} in public class Foo extends BaseType<T>.
findAnnotations(FieldDeclaration, Pattern) - Static method in class lombok.eclipse.Eclipse
Searches the given field node for annotations and returns each one that matches the provided regular expression pattern.
findServices(Class<C>) - Static method in class lombok.core.SpiLoadUtil
Returns an iterator of instances that, at least according to the spi discovery file, are implementations of the stated class.
findServices(Class<C>, ClassLoader) - Static method in class lombok.core.SpiLoadUtil
Returns an iterator of class objects that, at least according to the spi discovery file, are implementations of the stated class.
ForeachLoop(JCTree.JCVariableDecl, JCTree.JCExpression, JCTree.JCStatement) - Method in class lombok.javac.JavacTreeMaker
 
ForLoop(List<JCTree.JCStatement>, JCTree.JCExpression, List<JCTree.JCExpressionStatement>, JCTree.JCStatement) - Method in class lombok.javac.JavacTreeMaker
 
fromQualifiedName(String) - Static method in class lombok.eclipse.Eclipse
 

G

get(int) - Method in class lombok.core.LombokImmutableList
 
getComments(JCTree.JCCompilationUnit) - Method in class lombok.javac.CommentCatcher
 
getComments() - Method in class lombok.javac.java6.CommentCollectingScanner
 
getComments() - Method in class lombok.javac.java7.CommentCollectingScanner
 
getComments() - Method in class lombok.javac.java8.CommentCollectingScanner
 
getCompiler() - Method in class lombok.javac.CommentCatcher
 
getDocComments(JCTree.JCCompilationUnit) - Static method in class lombok.javac.Javac
 
getEcjCompilerVersion() - Static method in class lombok.eclipse.Eclipse
 
getEndPosition(JCDiagnostic.DiagnosticPosition, JCTree.JCCompilationUnit) - Static method in class lombok.javac.Javac
 
getExtendsClause(JCTree.JCClassDecl) - Static method in class lombok.javac.Javac
 
getJavaCompilerVersion() - Static method in class lombok.javac.Javac
Returns the version of this java compiler, i.e.
getLatestEcjCompilerVersionConstant() - Static method in class lombok.eclipse.Eclipse
 
getOperatorPrecedenceLevel() - Method in class lombok.javac.JavacTreeMaker.TreeTag
 
getOriginalToCopyMap() - Method in class lombok.javac.TreeMirrorMaker
 
getUnderlyingTreeMaker() - Method in class lombok.javac.JavacTreeMaker
 

H

hasClinit(TypeDeclaration) - Static method in class lombok.eclipse.Eclipse
 
hashCode() - Method in class lombok.core.LombokImmutableList
 

I

Ident(Name) - Method in class lombok.javac.JavacTreeMaker
 
Ident(JCTree.JCVariableDecl) - Method in class lombok.javac.JavacTreeMaker
 
Idents(List<JCTree.JCVariableDecl>) - Method in class lombok.javac.JavacTreeMaker
 
If(JCTree.JCExpression, JCTree.JCStatement, JCTree.JCStatement) - Method in class lombok.javac.JavacTreeMaker
 
Import(JCTree, boolean) - Method in class lombok.javac.JavacTreeMaker
 
Indexed(JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
indexOf(T) - Method in class lombok.core.LombokImmutableList
 
initDocComments(JCTree.JCCompilationUnit) - Static method in class lombok.javac.Javac
 
instanceOfDocCommentTable(Object) - Static method in class lombok.javac.Javac
 
isEmpty() - Method in class lombok.core.LombokImmutableList
 
isJavadoc() - Method in class lombok.javac.CommentInfo
 
isKeyword(String) - Static method in class lombok.core.JavaIdentifiers
 
isPrefixUnaryOp() - Method in class lombok.javac.JavacTreeMaker.TreeTag
 
isPrimitive(TypeReference) - Static method in class lombok.eclipse.Eclipse
Checks if the given type reference represents a primitive type.
isPrimitive(JCTree.JCExpression) - Static method in class lombok.javac.Javac
Checks if the given expression (that really ought to refer to a type expression) represents a primitive type.
isValidJavaIdentifier(String) - Static method in class lombok.core.JavaIdentifiers
 
iterator() - Method in class lombok.core.LombokImmutableList
 

J

Javac - Class in lombok.javac
Container for static utility methods relevant to lombok's operation on javac.
JavacTreeMaker - Class in lombok.javac
 
JavacTreeMaker(TreeMaker) - Constructor for class lombok.javac.JavacTreeMaker
 
JavacTreeMaker.TreeTag - Class in lombok.javac
 
JavacTreeMaker.TypeTag - Class in lombok.javac
 
JavaIdentifiers - Class in lombok.core
Utility functions for validating potential java verifiers.

L

Labelled(Name, JCTree.JCStatement) - Method in class lombok.javac.JavacTreeMaker
 
LetExpr(List<JCTree.JCVariableDecl>, JCTree) - Method in class lombok.javac.JavacTreeMaker
 
LetExpr(JCTree.JCVariableDecl, JCTree) - Method in class lombok.javac.JavacTreeMaker
 
Literal(JavacTreeMaker.TypeTag, Object) - Method in class lombok.javac.JavacTreeMaker
 
Literal(Object) - Method in class lombok.javac.JavacTreeMaker
 
log(String) - Static method in class lombok.core.debug.FileLog
 
log(String, Throwable) - Static method in class lombok.core.debug.FileLog
 
lombok.core - package lombok.core
 
lombok.core.debug - package lombok.core.debug
 
lombok.eclipse - package lombok.eclipse
 
lombok.javac - package lombok.javac
 
lombok.javac.java6 - package lombok.javac.java6
 
lombok.javac.java7 - package lombok.javac.java7
 
lombok.javac.java8 - package lombok.javac.java8
 
LombokImmutableList<T> - Class in lombok.core
 

M

MethodDef(JCTree.JCModifiers, Name, JCTree.JCExpression, List<JCTree.JCTypeParameter>, List<JCTree.JCVariableDecl>, List<JCTree.JCExpression>, JCTree.JCBlock, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
MethodDef(JCTree.JCModifiers, Name, JCTree.JCExpression, List<JCTree.JCTypeParameter>, JCTree.JCVariableDecl, List<JCTree.JCVariableDecl>, List<JCTree.JCExpression>, JCTree.JCBlock, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
Modifiers(long, List<JCTree.JCAnnotation>) - Method in class lombok.javac.JavacTreeMaker
 
Modifiers(long) - Method in class lombok.javac.JavacTreeMaker
 

N

nameEquals(char[][], String) - Static method in class lombok.eclipse.Eclipse
Checks if an eclipse-style array-of-array-of-characters to represent a fully qualified name ('foo.bar.baz'), matches a plain string containing the same fully qualified name with dots in the string.
NewArray(JCTree.JCExpression, List<JCTree.JCExpression>, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
NewClass(JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCClassDecl) - Method in class lombok.javac.JavacTreeMaker
 
newParser(Lexer, boolean, boolean) - Method in class lombok.javac.java6.CommentCollectingParserFactory
 
newParser(CharSequence, boolean, boolean, boolean) - Method in class lombok.javac.java7.CommentCollectingParserFactory
 
newParser(CharSequence, boolean, boolean, boolean) - Method in class lombok.javac.java8.CommentCollectingParserFactory
 
newScanner(CharSequence) - Method in class lombok.javac.java6.CommentCollectingScannerFactory
 
newScanner(char[], int) - Method in class lombok.javac.java6.CommentCollectingScannerFactory
 
newScanner(CharSequence, boolean) - Method in class lombok.javac.java7.CommentCollectingScannerFactory
 
newScanner(char[], int, boolean) - Method in class lombok.javac.java7.CommentCollectingScannerFactory
 
newScanner(CharSequence, boolean) - Method in class lombok.javac.java8.CommentCollectingScannerFactory
 
newScanner(char[], int, boolean) - Method in class lombok.javac.java8.CommentCollectingScannerFactory
 

O

of() - Static method in class lombok.core.LombokImmutableList
 
of(T) - Static method in class lombok.core.LombokImmutableList
 
of(T, T) - Static method in class lombok.core.LombokImmutableList
 
of(T, T, T) - Static method in class lombok.core.LombokImmutableList
 
of(T, T, T, T) - Static method in class lombok.core.LombokImmutableList
 
of(T, T, T, T, T) - Static method in class lombok.core.LombokImmutableList
 
of(T, T, T, T, T, T, T...) - Static method in class lombok.core.LombokImmutableList
 

P

Parens(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
pos(ASTNode) - Static method in class lombok.eclipse.Eclipse
 
pos - Variable in class lombok.javac.CommentInfo
 
poss(ASTNode, int) - Static method in class lombok.eclipse.Eclipse
 
prepend(T) - Method in class lombok.core.LombokImmutableList
 
preRegister(Context) - Static method in class lombok.javac.java6.CommentCollectingScannerFactory
 
preRegister(Context) - Static method in class lombok.javac.java7.CommentCollectingScannerFactory
 
preRegister(Context) - Static method in class lombok.javac.java8.CommentCollectingScannerFactory
 
prevEndPos - Variable in class lombok.javac.CommentInfo
 
processComment(Scanner.CommentStyle) - Method in class lombok.javac.java6.CommentCollectingScanner
 
processComment(Scanner.CommentStyle) - Method in class lombok.javac.java7.CommentCollectingScanner
 

R

readAllFromIterator(Iterable<T>) - Static method in class lombok.core.SpiLoadUtil
Method that conveniently turn the Iterables returned by the other methods in this class to a List.
ReceiverVarDef(JCTree.JCModifiers, JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
removeElement(T) - Method in class lombok.core.LombokImmutableList
 
removeElementAt(int) - Method in class lombok.core.LombokImmutableList
 
replaceElementAt(int, T) - Method in class lombok.core.LombokImmutableList
 
Return(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 

S

Select(JCTree.JCExpression, Name) - Method in class lombok.javac.JavacTreeMaker
 
setComments(JCTree.JCCompilationUnit, List<CommentInfo>) - Method in class lombok.javac.CommentCatcher
 
setInCompiler(JavaCompiler, Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Static method in class lombok.javac.java6.CommentCollectingParserFactory
 
setInCompiler(JavaCompiler, Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Static method in class lombok.javac.java7.CommentCollectingParserFactory
 
setInCompiler(JavaCompiler, Context, Map<JCTree.JCCompilationUnit, List<CommentInfo>>) - Static method in class lombok.javac.java8.CommentCollectingParserFactory
 
size() - Method in class lombok.core.LombokImmutableList
 
Skip() - Method in class lombok.javac.JavacTreeMaker
 
SpiLoadUtil - Class in lombok.core
The java core libraries have a SPI discovery system, but it works only in Java 1.6 and up.
start - Variable in class lombok.javac.CommentInfo
 
Switch(JCTree.JCExpression, List<JCTree.JCCase>) - Method in class lombok.javac.JavacTreeMaker
 
Synchronized(JCTree.JCExpression, JCTree.JCBlock) - Method in class lombok.javac.JavacTreeMaker
 

T

Throw(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
TopLevel(List<JCTree.JCAnnotation>, JCTree.JCExpression, List<JCTree>) - Method in class lombok.javac.JavacTreeMaker
 
toQualifiedName(char[][]) - Static method in class lombok.eclipse.Eclipse
For 'speed' reasons, Eclipse works a lot with char arrays.
toString() - Method in class lombok.core.LombokImmutableList
 
toString() - Method in class lombok.javac.CommentInfo
 
TreeMirrorMaker - Class in lombok.javac
Makes a copy of any AST node, with some exceptions.
TreeMirrorMaker(JavacTreeMaker) - Constructor for class lombok.javac.TreeMirrorMaker
 
treeTag(JCTree) - Static method in class lombok.javac.JavacTreeMaker.TreeTag
 
treeTag(String) - Static method in class lombok.javac.JavacTreeMaker.TreeTag
 
Try(JCTree.JCBlock, List<JCTree.JCCatch>, JCTree.JCBlock) - Method in class lombok.javac.JavacTreeMaker
 
Try(List<JCTree>, JCTree.JCBlock, List<JCTree.JCCatch>, JCTree.JCBlock) - Method in class lombok.javac.JavacTreeMaker
 
Type(Type) - Method in class lombok.javac.JavacTreeMaker
 
TypeAnnotation(JCTree, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
TypeAnnotation(Attribute) - Method in class lombok.javac.JavacTreeMaker
 
TypeApply(JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
TypeArray(JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
TypeBoundKind(BoundKind) - Method in class lombok.javac.JavacTreeMaker
 
TypeCast(JCTree, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
TypeIdent(JavacTreeMaker.TypeTag) - Method in class lombok.javac.JavacTreeMaker
 
TypeParameter(Name, List<JCTree.JCExpression>) - Method in class lombok.javac.JavacTreeMaker
 
TypeParameter(Name, List<JCTree.JCExpression>, List<JCTree.JCAnnotation>) - Method in class lombok.javac.JavacTreeMaker
 
typeTag(JCTree) - Static method in class lombok.javac.JavacTreeMaker.TypeTag
 
typeTag(Type) - Static method in class lombok.javac.JavacTreeMaker.TypeTag
 
typeTag(String) - Static method in class lombok.javac.JavacTreeMaker.TypeTag
 
TypeTest(JCTree.JCExpression, JCTree) - Method in class lombok.javac.JavacTreeMaker
 

U

Unary(JavacTreeMaker.TreeTag, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 

V

valueOf(String) - Static method in enum lombok.javac.CommentInfo.EndConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lombok.javac.CommentInfo.StartConnection
Returns the enum constant of this type with the specified name.
values() - Static method in enum lombok.javac.CommentInfo.EndConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lombok.javac.CommentInfo.StartConnection
Returns an array containing the constants of this enum type, in the order they are declared.
VarDef(JCTree.JCModifiers, Name, JCTree.JCExpression, JCTree.JCExpression) - Method in class lombok.javac.JavacTreeMaker
 
visitLabeledStatement(LabeledStatementTree, Void) - Method in class lombok.javac.TreeMirrorMaker
 
visitVariable(VariableTree, Void) - Method in class lombok.javac.TreeMirrorMaker
 

W

WhileLoop(JCTree.JCExpression, JCTree.JCStatement) - Method in class lombok.javac.JavacTreeMaker
 
Wildcard(JCTree.TypeBoundKind, JCTree) - Method in class lombok.javac.JavacTreeMaker
 
A B C D E F G H I J L M N O P R S T U V W 
Lombok - v1.12.2

Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.