Uses of Enum
org.teavm.model.ElementModifier
Packages that use ElementModifier
-
Uses of ElementModifier in org.teavm.ast
Methods in org.teavm.ast that return types with arguments of type ElementModifier -
Uses of ElementModifier in org.teavm.model
Methods in org.teavm.model that return ElementModifierModifier and TypeMethodDescriptionstatic ElementModifierReturns the enum constant of this type with the specified name.static ElementModifier[]ElementModifier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.model that return types with arguments of type ElementModifierModifier and TypeMethodDescriptionElementHolder.getModifiers()ElementHolder.readModifiers()ElementReader.readModifiers()Methods in org.teavm.model with parameters of type ElementModifierModifier and TypeMethodDescriptionbooleanElementHolder.hasModifier(ElementModifier modifier) booleanElementReader.hasModifier(ElementModifier modifier) Method parameters in org.teavm.model with type arguments of type ElementModifierModifier and TypeMethodDescriptionstatic intElementModifier.pack(Set<ElementModifier> elementModifiers)