HomeSort by relevance Sort by last modified time
    Searched defs:ConstParameter (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/
CtMethod.java 267 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
269 public void setWrappedBody(CtMethod mbody, ConstParameter constParam)
304 * @see CtMethod#setWrappedBody(CtMethod,CtMethod.ConstParameter)
305 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
306 * @see CtNewConstructor#make(CtClass[],CtClass[],int,CtMethod,CtMethod.ConstParameter,CtClass)
308 public static class ConstParameter {
314 public static ConstParameter integer(int i) {
323 public static ConstParameter integer(long i) {
332 public static ConstParameter string(String s) {
336 ConstParameter() {}
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 756 milliseconds