HomeSort by relevance Sort by last modified time
    Searched refs:getNoArgs (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-bcel/src/examples/Mini/
Function.java 71 public int getNoArgs() { return no_args; }
ASTFunAppl.java 99 if(len != fun.getNoArgs()) {
101 "Function " + fname + " expects " + fun.getNoArgs() +
ASTProgram.java 149 } else if(main.getNoArgs() != 0) {
ASTFunDecl.java 373 public int getNoArgs() { return argv.length; }

Completed in 673 milliseconds