IMethodDescription.java (7a3beb32) | IMethodDescription.java (7d5c865c) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 38 unchanged lines hidden (view full) --- 47 /** 48 * Indicates if this method is const. 49 * <p> 50 * @return true means it is const. 51 */ 52 boolean isConst(); 53 54 /** | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 38 unchanged lines hidden (view full) --- 47 /** 48 * Indicates if this method is const. 49 * <p> 50 * @return true means it is const. 51 */ 52 boolean isConst(); 53 54 /** |
55 * Gives any array of <code>ITypeDescription> of | 55 * Gives any array of <code>ITypeDescription</code> of |
56 * the [in] parameters. 57 * <p> 58 * @return the in parameters 59 */ 60 ITypeDescription[] getInSignature(); 61 62 /** | 56 * the [in] parameters. 57 * <p> 58 * @return the in parameters 59 */ 60 ITypeDescription[] getInSignature(); 61 62 /** |
63 * Gives any array of <code>ITypeDescription> of | 63 * Gives any array of <code>ITypeDescription</code> of |
64 * the [out] parameters. 65 * <p> 66 * @return the out parameters 67 */ 68 ITypeDescription[] getOutSignature(); 69 70 /** 71 * Gives the <code>ITypeDescription</code> of --- 13 unchanged lines hidden --- | 64 * the [out] parameters. 65 * <p> 66 * @return the out parameters 67 */ 68 ITypeDescription[] getOutSignature(); 69 70 /** 71 * Gives the <code>ITypeDescription</code> of --- 13 unchanged lines hidden --- |