Tabnine Logo
Function.setArgs
Code IndexAdd Tabnine to your IDE (free)

How to use
setArgs
method
in
com.ochafik.lang.jnaerator.parser.Function

Best Java code snippets using com.ochafik.lang.jnaerator.parser.Function.setArgs (Showing top 8 results out of 315)

origin: nativelibs4java/JNAerator

public Function(Type type, Identifier name, TypeRef returnType, List<Arg> args) {
  setType(type);
  setName(name);
  setValueType(returnType);
  setArgs(args);
}
origin: nativelibs4java/JNAerator

f.setValueType((TypeRef)type);
f.setType(Type.CFunction);
f.setArgs(getArgs());
f.setValueType(new TypeRef.FunctionSignature(ff));
f.setType(Type.CFunction);
f.setArgs(getArgs());
origin: nativelibs4java/JNAerator

if (result.config.genRawBindings) {// && !isCallback) {
  rawMethod.setArgs(Collections.EMPTY_LIST);
  fillIn(signatures, functionName, rawMethod, returnType, paramTypes, paramNames, varArgType, varArgName, isCallback, true);
  rawMethod.addModifiers(
origin: com.nativelibs4java/jnaerator

if (result.config.genRawBindings) {// && !isCallback) {
  rawMethod.setArgs(Collections.EMPTY_LIST);
  fillIn(signatures, functionName, rawMethod, returnType, paramTypes, paramNames, varArgType, varArgName, isCallback, true);
  rawMethod.addModifiers(
origin: nativelibs4java/JNAerator

  args.remove(thisLocation);
f.setArgs(args);
origin: com.nativelibs4java/jnaerator

  args.remove(thisLocation);
f.setArgs(args);
origin: nativelibs4java/JNAerator

retval.function.setArgs((s!=null?s.args:null));
retval.function.addModifiers((s!=null?s.postModifiers:null));
if (!(s!=null?s.initializers:null).isEmpty()) {
origin: nativelibs4java/JNAerator

f.setName(getCurrentClassName());
f.setType(Function.Type.CppMethod);
f.setArgs((s!=null?s.args:null));
f.addModifiers((s!=null?s.postModifiers:null));
f.setInitializers((s!=null?s.initializers:null));
com.ochafik.lang.jnaerator.parserFunctionsetArgs

Popular methods of Function

  • <init>
  • addArg
  • addModifiers
  • getModifiers
  • getName
  • getValueType
  • setBody
  • getArgs
  • getAsmName
  • getBody
  • getType
  • importDetails
  • getType,
  • importDetails,
  • setCommentBefore,
  • setName,
  • setType,
  • setValueType,
  • accept,
  • addAnnotation,
  • addThrown

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Join (org.hibernate.mapping)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • 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