Package | Description |
---|---|
com.google.doclava | |
com.google.doclava.apicheck |
Modifier and Type | Method and Description |
---|---|
ParameterInfo[] |
MethodInfo.parameters() |
Modifier and Type | Method and Description |
---|---|
void |
ConstructorInfo.addParameter(ParameterInfo pInfo) |
void |
MethodInfo.addParameter(ParameterInfo p) |
static void |
ParameterInfo.makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base,
ParameterInfo[] params,
boolean isVararg,
HashSet<String> typeVariables) |
Constructor and Description |
---|
MethodInfo(String rawCommentText,
TypeInfo[] typeParameters,
String name,
String signature,
ClassInfo containingClass,
ClassInfo realContainingClass,
boolean isPublic,
boolean isProtected,
boolean isPackagePrivate,
boolean isPrivate,
boolean isFinal,
boolean isStatic,
boolean isSynthetic,
boolean isAbstract,
boolean isSynchronized,
boolean isNative,
boolean isAnnotationElement,
String kind,
String flatSignature,
MethodInfo overriddenMethod,
TypeInfo returnType,
ParameterInfo[] parameters,
ClassInfo[] thrownExceptions,
SourcePositionInfo position,
AnnotationInstanceInfo[] annotations) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMethodInfo.addParameter(ParameterInfo p) |
Copyright © 2010-2014 Google. All Rights Reserved.