public final class MethodInfo extends Object implements Comparable<MethodInfo>
Method
method
String
name
Trees
signature
MethodInfo(String n, Trees s, Method m)
int
compareTo(MethodInfo x)
boolean
equals(Object x)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String name
public Trees signature
public Method method
public int compareTo(MethodInfo x)
compareTo
Comparable<MethodInfo>
public boolean equals(Object x)
equals
Object
Copyright © 2013 The Apache Software Foundation. All rights reserved.