Overview
Package
Class
Tree
Deprecated
Index
Help
Lombok
- v0.11.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
F
G
H
I
J
L
N
P
R
S
T
V
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
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
create(Context)
- Static method in class lombok.javac.
CommentCatcher
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
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
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
I
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.
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
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
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
Iterable
s returned by the other methods in this class to a
List
.
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
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.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
C
E
F
G
H
I
J
L
N
P
R
S
T
V
Overview
Package
Class
Tree
Deprecated
Index
Help
Lombok
- v0.11.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011 The Project Lombok Authors, licensed under the
MIT licence
.