|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CtDocMethodParameter
メソッド引数。
| メソッドの概要 | |
|---|---|
CtDocSimpleName |
getSimpleName()
この引数の名前を返す。 |
CtDocType |
getType()
この引数の型を返す。 |
boolean |
isVariableArity()
この引数が可変長引数として宣言されている場合のみ trueを返す。 |
boolean |
setVariableArity(boolean variableArity)
この引数の可変長性を設定する。 |
| インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド |
|---|
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute |
| インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド |
|---|
getClientStorage, putClientStorage |
| メソッドの詳細 |
|---|
CtDocType getType()
boolean isVariableArity()
trueを返す。
trueboolean setVariableArity(boolean variableArity)
variableArity - trueならばこの引数は可変長
CtDocSimpleName getSimpleName()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||