Exemplo n.º 1
0
 @Override
 public void setType(Type type) {
   declaration.setType(SourceInfo.this.setType(type, declaration.getType()));
 }
Exemplo n.º 2
0
 static void changeTypeContext(ResolutionContext old, ResolutionContext new_, FieldDeclaration f) {
   f.setType(changeTypeContext(old, new_, f.getType()));
 }
Exemplo n.º 3
0
 @Override
 public Type getType() {
   return getContext().resolve(declaration.getType());
 }