Home | History | Annotate | Download | only in expr

Lines Matching defs:scope

37 	private Expression scope;
50 public ObjectCreationExpr(final Expression scope, final ClassOrInterfaceType type, final List<Expression> args) {
51 setScope(scope);
57 final Expression scope, final ClassOrInterfaceType type, final List<Type> typeArgs,
60 setScope(scope);
84 return scope;
105 public void setScope(final Expression scope) {
106 this.scope = scope;
107 setAsParentNodeOf(this.scope);