Searched refs:NegativeExpression (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNegativeExpression.java37 class NegativeExpression extends UnaryExpression { class in inherits:UnaryExpression
41 public NegativeExpression(long where, Expression right) { method in class:NegativeExpression
82 return ((NegativeExpression)right).right;
H A DSubtractExpression.java68 return new NegativeExpression(where, right);
/openjdk7/jdk/make/sun/rmi/oldtools/
H A DFILES_java.gmk61 sun/tools/tree/NegativeExpression.java \
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java525 return new NegativeExpression(p, parseTerm());

Completed in 34 milliseconds