Package de.fabmax.webidl.model
Class IdlNamespace
-
- All Implemented Interfaces:
public final class IdlNamespace extends IdlDecoratedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdlNamespace.Builder
-
Field Summary
Fields Modifier and Type Field Description private final List<IdlConstant>constantsprivate final List<IdlDecorator>decoratorsprivate final Stringnameprivate final IdlModelparentModel
-
Constructor Summary
Constructors Constructor Description IdlNamespace(IdlNamespace.Builder builder)
-
Method Summary
Modifier and Type Method Description final List<IdlConstant>getConstants()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
-
IdlNamespace
IdlNamespace(IdlNamespace.Builder builder)
-
-
Method Detail
-
getConstants
final List<IdlConstant> getConstants()
-
-
-
-