Package de.fabmax.webidl.model
Class IdlFunctionParameter
-
- All Implemented Interfaces:
public final class IdlFunctionParameter extends IdlDecoratedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdlFunctionParameter.Builder
-
Field Summary
Fields Modifier and Type Field Description private final IdlTypetypeprivate final BooleanisOptionalprivate final IdlFunctionparentFunctionprivate final List<IdlDecorator>decoratorsprivate final Stringnameprivate final IdlModelparentModel
-
Method Summary
Modifier and Type Method Description final IdlTypegetType()final BooleanisOptional()final IdlFunctiongetParentFunction()final UnitfinishModel(IdlFunction parentFunction)StringtoString(String indent)Booleanequals(Object other)IntegerhashCode()-
Methods inherited from class de.fabmax.webidl.model.IdlDecoratedElement
decoratorsToStringOrEmpty, getDecoratorValue, getDecorators, getPlatforms, hasDecorator, matchesPlatform -
Methods inherited from class de.fabmax.webidl.model.IdlElement
getName, getParentModel, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isOptional
final Boolean isOptional()
-
getParentFunction
final IdlFunction getParentFunction()
-
finishModel
final Unit finishModel(IdlFunction parentFunction)
-
-
-
-