Interface FunctionSymbol.Parameter
-
- Enclosing interface:
- FunctionSymbol
public static interface FunctionSymbol.Parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasDefaultValue()booleanisKeywordOnly()Stringname()
-
-
-
Method Detail
-
name
@CheckForNull String name()
-
hasDefaultValue
boolean hasDefaultValue()
-
isKeywordOnly
boolean isKeywordOnly()
-
-