org.apache.xalan.xsltc.compiler.util
public final class MethodType extends Type
| Constructor Summary | |
|---|---|
| MethodType(Type resultType) | |
| MethodType(Type resultType, Type arg1) | |
| MethodType(Type resultType, Type arg1, Type arg2) | |
| MethodType(Type resultType, Type arg1, Type arg2, Type arg3) | |
| MethodType(Type resultType, Vector argsType) | |
| Method Summary | |
|---|---|
| int | argsCount() |
| Vector | argsType() |
| int | distanceTo(Type other) |
| boolean | identicalTo(Type other) |
| Type | resultType() |
| Type | toJCType() |
| String | toSignature() |
| String | toSignature(String lastArgSig)
Returns the signature of this method that results by adding
lastArgSig to the end of the argument list. |
| String | toString() |
lastArgSig to the end of the argument list.