Searched defs:fitsType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIntegerExpression.java51 public boolean fitsType(Environment env, Context ctx, Type t) { method in class:IntegerExpression
56 return super.fitsType(env, ctx, t);
66 return super.fitsType(env, ctx, t);
H A DExpression.java168 public boolean fitsType(Environment env, Context ctx, Type t) { method in class:Expression
177 return n.fitsType(env, ctx, t);
188 public boolean fitsType(Environment env, Type t) { method in class:Expression
189 return fitsType(env, (Context) null, t);

Completed in 32 milliseconds