Searched defs:isNull (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNullExpression.java53 public boolean isNull() { method in class:NullExpression
H A DExprExpression.java89 public boolean isNull() { method in class:ExprExpression
90 return right.isNull();
H A DExpression.java121 public boolean isNull() { method in class:Expression
375 if (val == null && !inlined.isNull()){
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynValueCommonImpl.java48 protected boolean isNull; field in class:DynValueCommonImpl
52 isNull = true;
57 isNull = checkInitComponents();
62 isNull = true;
71 return isNull;
76 isNull = true;
85 if (isNull) {
86 isNull = false;
103 if (isNull) {
117 if (isNull) {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicy.java526 public boolean isNull() { method in class:Policy
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java230 public static boolean isNull(JCTree tree) { method in class:TreeInfo
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java1031 public static boolean isNull(SurfaceData sd) { method in class:SurfaceData
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java247 private static boolean isNull(Insets i) { method in class:XDecoratedPeer
377 if (!isNull(correction)) {
422 if (!isNull(currentInsets)) {
450 if (isNull(currentInsets)) {

Completed in 100 milliseconds