Tabnine Logo
MethodDefinition.putTypeNameInMap
Code IndexAdd Tabnine to your IDE (free)

How to use
putTypeNameInMap
method
in
org.eclipse.persistence.internal.codegen.MethodDefinition

Best Java code snippets using org.eclipse.persistence.internal.codegen.MethodDefinition.putTypeNameInMap (Showing top 3 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * Used for calculating imports.  @see org.eclipse.persistence.internal.codegen.ClassDefinition#calculateImports()
 */
protected void putTypeNamesInMap(Map typeNameMap) {
  putTypeNameInMap(getReturnType(), typeNameMap);
  for (Iterator i = getExceptions().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getArgumentTypeNames().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Used for calculating imports.  @see org.eclipse.persistence.internal.codegen.ClassDefinition#calculateImports()
 */
protected void putTypeNamesInMap(Map typeNameMap) {
  putTypeNameInMap(getReturnType(), typeNameMap);
  for (Iterator i = getExceptions().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getArgumentTypeNames().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Used for calculating imports.  @see org.eclipse.persistence.internal.codegen.ClassDefinition#calculateImports()
 */
protected void putTypeNamesInMap(Map typeNameMap) {
  putTypeNameInMap(getReturnType(), typeNameMap);
  for (Iterator i = getExceptions().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getArgumentTypeNames().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
}
org.eclipse.persistence.internal.codegenMethodDefinitionputTypeNameInMap

Popular methods of MethodDefinition

  • adjustExceptions
  • adjustLine
    Parses the line, removing the package name for each type (and adding the appropriate import) if the
  • adjustLines
  • adjustReturnType
  • adjustTypeName
  • adjustTypeNames
  • argumentsEqual
  • exceptionsEqual
  • getAccessLevel
  • getArgumentNames
  • getArgumentTypeNames
  • getArgumentTypes
  • getArgumentTypeNames,
  • getArgumentTypes,
  • getExceptions,
  • getLines,
  • getName,
  • getReturnType,
  • isAbstract,
  • isConstructor,
  • parseForTypeNames

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now