Package de.fabmax.webidl.model
Class IdlDictionary
-
- All Implemented Interfaces:
public final class IdlDictionary extends IdlDecoratedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdlDictionary.Builder
-
Field Summary
Fields Modifier and Type Field Description private final List<IdlMember>membersprivate final List<String>superDictionariesprivate final StringsourcePackageprivate final List<IdlDecorator>decoratorsprivate final Stringnameprivate final IdlModelparentModel
-
Constructor Summary
Constructors Constructor Description IdlDictionary(IdlDictionary.Builder builder)
-
Method Summary
Modifier and Type Method Description final List<IdlMember>getMembers()final List<String>getSuperDictionaries()final StringgetSourcePackage()final UnitfinishModel(IdlModel parentModel)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
-
-
Constructor Detail
-
IdlDictionary
IdlDictionary(IdlDictionary.Builder builder)
-
-
Method Detail
-
getMembers
final List<IdlMember> getMembers()
-
getSuperDictionaries
final List<String> getSuperDictionaries()
-
getSourcePackage
final String getSourcePackage()
-
finishModel
final Unit finishModel(IdlModel parentModel)
-
-
-
-