Uses of Class
com.google.errorprone.refaster.Inliner
Packages that use Inliner
-
Uses of Inliner in com.google.errorprone.refaster
Methods in com.google.errorprone.refaster that return InlinerMethods in com.google.errorprone.refaster with parameters of type InlinerModifier and TypeMethodDescriptionprotected com.sun.tools.javac.util.List
<com.sun.tools.javac.code.Type> Template.actualTypes
(Inliner inliner) Returns a list of the actual types to be matched.protected static Fix
Template.addImports
(Inliner inliner, SuggestedFix.Builder fix) abstract com.sun.tools.javac.tree.JCTree.JCExpression
ImportPolicy.classReference
(Inliner inliner, CharSequence topLevelClazz, CharSequence fullyQualifiedClazz) protected com.sun.tools.javac.util.List
<com.sun.tools.javac.code.Type> Template.expectedTypes
(Inliner inliner) Returns a list of the expected types to be matched.com.sun.tools.javac.util.Name
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.code.Type.ClassType
com.sun.tools.javac.code.Type
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.code.Type.IntersectionClassType
com.sun.tools.javac.tree.JCTree.JCLiteral
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.tree.JCTree.JCMethodInvocation
com.sun.tools.javac.code.Type.MethodType
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.tree.JCTree.JCReturn
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.code.Type
com.sun.tools.javac.tree.JCTree.JCExpression
com.sun.tools.javac.tree.JCTree.JCVariableDecl
com.sun.tools.javac.tree.JCTree.JCVariableDecl
UVariableDecl.inlineImplicitType
(Inliner inliner) com.sun.tools.javac.util.List
<com.sun.tools.javac.tree.JCTree.JCStatement> UStatement.inlineStatements
(Inliner inliner) abstract com.sun.tools.javac.tree.JCTree.JCExpression
ImportPolicy.staticReference
(Inliner inliner, CharSequence topLevelClazz, CharSequence fullyQualifiedClazz, CharSequence member) protected com.google.common.base.Optional
<Unifier> Template.typecheck
(Unifier unifier, Inliner inliner, com.sun.tools.javac.util.Warner warner, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> expectedTypes, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> actualTypes)