Uses of Interface
cool.klass.model.meta.domain.api.modifier.Modifier
Packages that use Modifier
-
Uses of Modifier in cool.klass.model.meta.domain.api
Methods in cool.klass.model.meta.domain.api that return types with arguments of type ModifierModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<Modifier> Classifier.getDeclaredModifiers()default org.eclipse.collections.api.list.ImmutableList<Modifier> Classifier.getInheritedModifiers()default org.eclipse.collections.api.list.ImmutableList<Modifier> Klass.getInheritedModifiers()default org.eclipse.collections.api.list.ImmutableList<Modifier> Classifier.getModifiers() -
Uses of Modifier in cool.klass.model.meta.domain.api.property
Methods in cool.klass.model.meta.domain.api.property that return types with arguments of type ModifierModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<Modifier> DataTypeProperty.getModifiers()org.eclipse.collections.api.list.ImmutableList<Modifier> ReferenceProperty.getModifiers()