Package de.fabmax.webidl.model
Class IdlFunction
-
- All Implemented Interfaces:
public final class IdlFunction extends IdlDecoratedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdlFunction.Builder
-
Field Summary
Fields Modifier and Type Field Description private final IdlTypereturnTypeprivate final BooleanisStaticprivate final List<IdlFunctionParameter>parametersprivate final IdlInterfaceparentInterfaceprivate final List<IdlDecorator>decoratorsprivate final Stringnameprivate final IdlModelparentModel
-
Method Summary
Modifier and Type Method Description final IdlTypegetReturnType()final BooleanisStatic()final List<IdlFunctionParameter>getParameters()final IdlInterfacegetParentInterface()final UnitfinishModel(IdlInterface parentInterface)StringtoString(String indent)-
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
-
getReturnType
final IdlType getReturnType()
-
getParameters
final List<IdlFunctionParameter> getParameters()
-
getParentInterface
final IdlInterface getParentInterface()
-
finishModel
final Unit finishModel(IdlInterface parentInterface)
-
-
-
-