Lombok - v0.11.8
A C E F G H I J L N O P R S T V 

A

append(T) - Method in class lombok.core.ImmutableList
 

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.
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
 
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
 
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.
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
 
contains(T) - Method in class lombok.core.ImmutableList
 
content - Variable in class lombok.javac.CommentInfo
 
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.ImmutableList
 
copyOf(Iterable<? extends T>) - Static method in class lombok.core.ImmutableList
 
create(Context) - Static method in class lombok.javac.CommentCatcher
 
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_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_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_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
 

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.ImmutableList
 

F

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.
fromQualifiedName(String) - Static method in class lombok.eclipse.Eclipse
 

G

get(int) - Method in class lombok.core.ImmutableList
 
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
 
getCompiler() - Method in class lombok.javac.CommentCatcher
 
getCtcInt(Class<?>, String) - Static method in class lombok.javac.Javac
Retrieves a compile time constant of type int from the specified class location.
getOriginalToCopyMap() - Method in class lombok.javac.TreeMirrorMaker
 

H

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

I

ImmutableList<T> - Class in lombok.core
 
indexOf(T) - Method in class lombok.core.ImmutableList
 
isEmpty() - Method in class lombok.core.ImmutableList
 
isJavadoc() - Method in class lombok.javac.CommentInfo
 
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.
iterator() - Method in class lombok.core.ImmutableList
 

J

Javac - Class in lombok.javac
Container for static utility methods relevant to lombok's operation on javac.

L

lombok.core - package lombok.core
 
lombok.eclipse - package lombok.eclipse
 
lombok.javac - package lombok.javac
 
lombok.javac.java6 - package lombok.javac.java6
 
lombok.javac.java7 - package lombok.javac.java7
 

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.
newParser(Lexer, boolean, boolean) - Method in class lombok.javac.java6.CommentCollectingParserFactory
 
newParser(CharSequence, boolean, boolean, boolean) - Method in class lombok.javac.java7.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
 

O

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

P

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.ImmutableList
 
preRegister(Context) - Static method in class lombok.javac.java6.CommentCollectingScannerFactory
 
preRegister(Context) - Static method in class lombok.javac.java7.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.
removeElement(T) - Method in class lombok.core.ImmutableList
 
removeElementAt(int) - Method in class lombok.core.ImmutableList
 
replaceElementAt(int, T) - Method in class lombok.core.ImmutableList
 

S

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
 
size() - Method in class lombok.core.ImmutableList
 
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
 

T

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.ImmutableList
 
toString() - Method in class lombok.javac.CommentInfo
 
TreeMirrorMaker - Class in lombok.javac
Makes a copy of any AST node, with some exceptions.
TreeMirrorMaker(TreeMaker) - Constructor for class lombok.javac.TreeMirrorMaker
 

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.
visitLabeledStatement(LabeledStatementTree, Void) - Method in class lombok.javac.TreeMirrorMaker
 
visitVariable(VariableTree, Void) - Method in class lombok.javac.TreeMirrorMaker
 
A C E F G H I J L N O P R S T V 
Lombok - v0.11.8

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