public class JavacResolution extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JavacResolution.TypeNotConvertibleException |
| Constructor and Description |
|---|
JavacResolution(com.sun.tools.javac.util.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.tools.javac.tree.JCTree.JCExpression |
createJavaLangObject(JavacAST ast) |
static com.sun.tools.javac.code.Type |
ifTypeIsIterableToComponent(com.sun.tools.javac.code.Type type,
JavacAST ast) |
static boolean |
platformHasTargetTyping() |
void |
resolveClassMember(JavacNode node) |
Map<com.sun.tools.javac.tree.JCTree,com.sun.tools.javac.tree.JCTree> |
resolveMethodMember(JavacNode node) |
static com.sun.tools.javac.tree.JCTree.JCExpression |
typeToJCTree(com.sun.tools.javac.code.Type type,
JavacAST ast,
boolean allowVoid) |
public Map<com.sun.tools.javac.tree.JCTree,com.sun.tools.javac.tree.JCTree> resolveMethodMember(JavacNode node)
public void resolveClassMember(JavacNode node)
public static com.sun.tools.javac.code.Type ifTypeIsIterableToComponent(com.sun.tools.javac.code.Type type,
JavacAST ast)
public static com.sun.tools.javac.tree.JCTree.JCExpression typeToJCTree(com.sun.tools.javac.code.Type type,
JavacAST ast,
boolean allowVoid)
throws JavacResolution.TypeNotConvertibleException
public static com.sun.tools.javac.tree.JCTree.JCExpression createJavaLangObject(JavacAST ast)
public static boolean platformHasTargetTyping()
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.