| java.lang.Object com.google.gwt.dev.jjs.ast.JNode com.google.gwt.dev.jjs.ast.JMethod
Constructor Summary | |
public | JMethod(JProgram program, SourceInfo info, String name, JReferenceType enclosingType, JType returnType, boolean isAbstract, boolean isStatic, boolean isFinal, boolean isPrivate) These are only supposed to be constructed by JProgram. |
overrides | final public List<JMethod> overrides(Code) | | References to any methods which this method overrides. This should be an
EXHAUSTIVE list, that is, if C overrides B overrides A, then C's overrides
list will contain both A and B.
|
JMethod | public JMethod(JProgram program, SourceInfo info, String name, JReferenceType enclosingType, JType returnType, boolean isAbstract, boolean isStatic, boolean isFinal, boolean isPrivate)(Code) | | These are only supposed to be constructed by JProgram.
|
freezeParamTypes | public void freezeParamTypes()(Code) | | |
isAbstract | public boolean isAbstract()(Code) | | |
isFinal | public boolean isFinal()(Code) | | |
isNative | public boolean isNative()(Code) | | |
isPrivate | public boolean isPrivate()(Code) | | |
isStatic | public boolean isStatic()(Code) | | |
setFinal | public void setFinal(boolean b)(Code) | | |
|
|