Lines Matching refs:Check

58  *  @see Check
77 final Check chk;
102 chk = Check.instance(context);
187 /** Check kind and type of given tree against protokind and prototype.
236 /** Check that variable can be assigned to.
520 * Check that all the types are references.
757 // Check that type parameters are well-formed.
760 // Check that result type is well-formed.
865 // Check that the variable's declared type is well-formed.
880 // Check that initializer conforms to variable's declared type.
979 // Check that label is not used in an enclosing statement
1374 // Check that there is an enclosing method which is
1432 // Check that this is the first statement in a constructor.
1467 // Check that the prefix expression conforms
1554 // Check that value of resulting type is admissible in the
1561 /** Check that given application node appears as first statement
1651 // Check for the existence of an apropos outer instance
1705 // Check that class is not abstract
1711 // Check that no constructor arguments are given to
2100 // Check that argument types of a reference ==, != are
2335 // Check if type-qualified fields or methods are static (JLS)
2352 // Check that super-qualified symbols are not abstract (JLS)
2606 /** Check that variable is initialized and evaluate the variable's
2650 * Check for illegal references to static members of enum. In
2716 * Check that method arguments conform to its instantation.
3121 // Check for cycles in the inheritance graph, which can arise from
3220 // Check that all extended classes and interfaces
3226 // Check that class does not import the same parameterized interface
3237 // Check that a generic class doesn't extend Throwable
3241 // Check that all methods which implement some
3251 // Check that declarations in inner classes are not static (JLS 8.1.2)
3265 // Check for cycles among non-initial constructors.
3268 // Check for cycles among annotation elements.
3271 // Check for proper use of serialVersionUID
3291 /** Check that an appropriate serialVersionUID member is defined. */