Searched refs:findContextFieldOrMethod (Results 1 – 1 of 1) sorted by relevance
107 context = findContextFieldOrMethod(node); in visit()333 private Expression findContextFieldOrMethod(StringLiteral node) { in findContextFieldOrMethod() method in ReplaceStringsVisitor335 return clazz == null ? null : findContextFieldOrMethod(clazz.resolveBinding()); in findContextFieldOrMethod()338 private Expression findContextFieldOrMethod(ITypeBinding clazzType) { in findContextFieldOrMethod() method in ReplaceStringsVisitor