Uses of Class
org.teavm.model.ElementModifier
-
Packages that use ElementModifier Package Description org.teavm.ast org.teavm.model -
-
Uses of ElementModifier in org.teavm.ast
Methods in org.teavm.ast that return types with arguments of type ElementModifier Modifier and Type Method Description Set<ElementModifier>MethodNode. getModifiers() -
Uses of ElementModifier in org.teavm.model
Methods in org.teavm.model that return ElementModifier Modifier and Type Method Description static ElementModifierElementModifier. valueOf(String name)Returns 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 ElementModifier Modifier and Type Method Description EnumSet<ElementModifier>ElementHolder. getModifiers()EnumSet<ElementModifier>ElementHolder. readModifiers()EnumSet<ElementModifier>ElementReader. readModifiers()Methods in org.teavm.model with parameters of type ElementModifier Modifier and Type Method Description booleanElementHolder. hasModifier(ElementModifier modifier)booleanElementReader. hasModifier(ElementModifier modifier)Method parameters in org.teavm.model with type arguments of type ElementModifier Modifier and Type Method Description static intElementModifier. pack(Set<ElementModifier> elementModifiers)
-