Home | History | Annotate | Download | only in doclava

Lines Matching refs:isPrimitive

561         boolean isPrimitive = false;
601 modifiers.isFinal(), isIncluded, qualifiedTypeName, isPrimitive,
713 newType = new TypeInfo(type.isPrimitive(), type.dimension(),
821 boolean isPrimitive = false;
831 isPrimitive = true;
872 TypeInfo type = new TypeInfo(isPrimitive, dimension, simpleTypeName, qualifiedTypeName, cl);