Searched defs:rawCommentText (Results 1 - 5 of 5) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DDocInfo.java26 public DocInfo(String rawCommentText, SourcePositionInfo sp) { argument
27 mRawCommentText = rawCommentText;
48 public void setRawCommentText(String rawCommentText) { argument
49 mRawCommentText = rawCommentText;
H A DFieldInfo.java34 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue,
36 super(rawCommentText, name, null, containingClass, realContainingClass, isPublic, isProtected,
31 FieldInfo(String name, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) argument
H A DMemberInfo.java22 public MemberInfo(String rawCommentText, String name, String signature, argument
27 super(rawCommentText, position);
H A DMethodInfo.java252 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, argument
262 super(rawCommentText, name, signature, containingClass, realContainingClass, isPublic,
H A DClassInfo.java61 public ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position, argument
67 super(rawCommentText, position);
69 initialize(rawCommentText, position,
81 public void initialize(String rawCommentText, SourcePositionInfo position, argument
89 setRawCommentText(rawCommentText);

Completed in 121 milliseconds