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