Codota Logo
Javadoc.printIndent
Code IndexAdd Codota to your IDE (free)

How to use
printIndent
method
in
org.eclipse.jdt.internal.compiler.ast.Javadoc

Best Java code snippets using org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent (Showing top 11 results out of 315)

  • Common ways to obtain Javadoc
private void myMethod () {
Javadoc j =
  • Codota Iconnew Javadoc(sourceStart, sourceEnd)
  • Smart code suggestions by Codota
}
origin: org.eclipse.jdt.core.compiler/ecj

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: com.google.code.maven-play-plugin.org.eclipse.jdt/org.eclipse.jdt.core

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: com.ovea.tajin.server/tajin-server-tomcat7

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.core

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.jibx.config.3rdparty.org.eclipse/org.eclipse.jdt.core

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.eclipse.scout.sdk.deps/ecj

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: com.vaadin/vaadin-client-compiler-deps

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.eclipse.jdt/org.eclipse.jdt.core

@Override
public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.eclipse.tycho/org.eclipse.jdt.core

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: org.eclipse.jetty.orbit/org.eclipse.jdt.core

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
origin: trylimits/Eclipse-Postfix-Code-Completion

public StringBuffer print(int indent, StringBuffer output) {
  printIndent(indent, output).append("/**\n"); //$NON-NLS-1$
  if (this.paramReferences != null) {
    for (int i = 0, length = this.paramReferences.length; i < length; i++) {
      printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
      this.paramReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
      this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
    printIndent(indent + 1, output).append(" * @"); //$NON-NLS-1$
    this.returnStatement.print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
      this.exceptionReferences[i].print(indent, output).append('\n');
      printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
      this.seeReferences[i].print(indent, output).append('\n');
  printIndent(indent, output).append(" */\n"); //$NON-NLS-1$
  return output;
org.eclipse.jdt.internal.compiler.astJavadocprintIndent

Popular methods of Javadoc

  • <init>
  • print
  • canBeSeen
    Returns whether a type can be seen at a given visibility level or not.
  • resolve
  • resolveParamTags
  • resolveReference
  • resolveThrowsTags
  • resolveTypeParameterTags
  • traverse
  • verifyTypeReference
  • getNodeStartingAt
  • toString
  • getNodeStartingAt,
  • toString,
  • sourceEnd

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • FileInputStream (java.io)
    A FileInputStream obtains input bytes from a file in a file system. What files are available depends
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ImageIO (javax.imageio)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now