public class ParameterReference extends BaseReference
comment, indent, outputJS| Constructor and Description |
|---|
ParameterReference(ReferenceModel model,
com.google.javascript.rhino.Node parameterNode) |
ParameterReference(ReferenceModel model,
com.google.javascript.rhino.Node node,
String qualifiedName) |
ParameterReference(ReferenceModel model,
String name,
String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(StringBuilder sb) |
String |
getName() |
emitBlockDescription, emitComment, emitCommentBody, emitFunctionCommentBody, emitParams, emitReturns, emitSee, emitSeeSourceFileName, getBaseName, getComment, getCurrentFile, getModel, getNode, getPackageName, getQualifiedName, isExcluded, isQualifiedName, mapBackToJS, setComment, setCurrentFile, setNodepublic ParameterReference(ReferenceModel model, com.google.javascript.rhino.Node node, String qualifiedName)
public ParameterReference(ReferenceModel model, String name, String qualifiedName)
public ParameterReference(ReferenceModel model, com.google.javascript.rhino.Node parameterNode)
public void emit(StringBuilder sb)
emit in class BaseReferencepublic String getName()
Copyright © 2016 The Apache Software Foundation. All rights reserved.