Lines Matching full:boolean
31 boolean isPublic, boolean isProtected,
32 boolean isPackagePrivate, boolean isPrivate,
33 boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile,
34 boolean isSynthetic, TypeInfo type, String rawCommentText,
57 static String chooseKind(boolean isFinal, boolean isStatic)
71 public boolean isConstant()
96 public boolean isDeprecated() {
97 boolean deprecated = false;
99 boolean commentDeprecated = (comment().deprecatedTags().length > 0);
100 boolean annotationDeprecated = false;
124 if (val instanceof Boolean
247 if (val instanceof Boolean) {
248 str = ((Boolean)val).toString();
295 public boolean isExecutable()
300 public boolean isTransient()
305 public boolean isVolatile()
310 boolean mIsTransient;
311 boolean mIsVolatile;
312 boolean mDeprecatedKnown;
313 boolean mIsDeprecated;