Searched refs:SuperExpression (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DSuperExpression.java39 class SuperExpression extends ThisExpression { class in inherits:ThisExpression
44 public SuperExpression(long where) { method in class:SuperExpression
51 public SuperExpression(long where, Expression outerArg) { method in class:SuperExpression
56 public SuperExpression(long where, Context ctx) { method in class:SuperExpression
H A DMethodExpression.java98 if (right instanceof SuperExpression) {
101 conOuter = ((SuperExpression)right).outerArg;
197 if (right instanceof SuperExpression) {
243 } else if (right instanceof SuperExpression) {
341 && !(right instanceof SuperExpression
470 if (right instanceof SuperExpression) {
471 rightI = new SuperExpression(right.where, ctx);
472 ((SuperExpression)right).outerArg = args[0];
H A DFieldExpression.java583 // of a 'SuperExpression' or 'ThisExpression' node.
614 // invocation. This is enforced in 'SuperExpression.checkValue' and
718 && !(right instanceof SuperExpression
877 && !(right instanceof SuperExpression
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceMember.java680 se = new SuperExpression(where, new NullExpression(where));
684 se = new SuperExpression(where);
H A DSourceClass.java1470 superExp = new SuperExpression(where);
1472 superExp = new SuperExpression(where,
/openjdk7/jdk/make/sun/rmi/oldtools/
H A DFILES_java.gmk58 sun/tools/tree/SuperExpression.java \
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java464 Expression e = new SuperExpression(scan());
693 e = new SuperExpression(q, e);

Completed in 48 milliseconds