Home | History | Annotate | Download | only in expr

Lines Matching defs:subObj

744         Expr finalFieldGet = parse(lb, "user.subObj
754 // no need to read user.subObj.finalField because it is final
773 // no need to read user.subObj.finalField because it is final
1021 public SubObj subObj = new SubObj();
1035 public SubObj getAnotherSubObj() {
1036 return new SubObj();
1068 public static class SubObj {