|
Lombok - v0.11.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlombok.javac.Javac
public class Javac
Container for static utility methods relevant to lombok's operation on javac.
| Method Summary | |
|---|---|
static Object |
calculateGuess(com.sun.tools.javac.tree.JCTree.JCExpression expr)
Turns an expression into a guessed intended literal. |
static int |
getCtcInt(Class<?> ctcLocation,
String identifier)
Retrieves a compile time constant of type int from the specified class location. |
static boolean |
isPrimitive(com.sun.tools.javac.tree.JCTree.JCExpression ref)
Checks if the given expression (that really ought to refer to a type expression) represents a primitive type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isPrimitive(com.sun.tools.javac.tree.JCTree.JCExpression ref)
public static Object calculateGuess(com.sun.tools.javac.tree.JCTree.JCExpression expr)
public static int getCtcInt(Class<?> ctcLocation,
String identifier)
ctcLocation - location of the compile time constantidentifier - the name of the field of the compile time constant.
|
Lombok - v0.11.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||