Lines Matching refs:CLASS
26 public class MemberCodeGen extends CodeGen {
41 * Returns the major version of the class file
64 * Returns the JVM-internal representation of this class name.
71 * Returns the JVM-internal representation of this super class name.
84 static class JsrHook extends ReturnHook {
149 static class JsrHook2 extends ReturnHook {
304 exprType = CLASS;
345 if (type == CLASS) {
438 if (type == CLASS) {
503 exprType = CLASS;
512 else if (exprType == CLASS /* && arrayDim == 0 */)
534 * @param targetClass the class at which method lookup starts.
654 * is in an enclosing class.
657 * @param declClass the class declaring the method.
677 * constructor is in an enclosing class.
680 * @param declClass the class declaring the constructor.
748 exprType = CLASS;
819 /* If fi == 0, the field must be a private field in an enclosing class.
882 * one declared in an enclosing class.
913 * one declared in an enclosing class.
1037 * For example, if int.class is parsed, the resulting tree
1050 * The left operand of . is not a class name but
1053 if (exprType == CLASS && arrayDim == 0)
1074 * If EXPR might be part of a qualified class name,
1133 /* Converts a class name into a JVM-internal representation.
1135 * It may also expand a simple class name to java.lang.*.
1142 /* Expands a simple class name to java.lang.*.