Uses of Enum Class
io.github.protasm.jvmud.compiler.parser.ast.DeclarationModifiers.Visibility
Packages that use DeclarationModifiers.Visibility
Package
Description
Abstract syntax tree structures representing LPC objects.
-
Uses of DeclarationModifiers.Visibility in io.github.protasm.jvmud.compiler.parser.ast
Subclasses with type arguments of type DeclarationModifiers.Visibility in io.github.protasm.jvmud.compiler.parser.astMethods in io.github.protasm.jvmud.compiler.parser.ast that return DeclarationModifiers.VisibilityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeclarationModifiers.Visibility[]DeclarationModifiers.Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.DeclarationModifiers.visibility()Constructors in io.github.protasm.jvmud.compiler.parser.ast with parameters of type DeclarationModifiers.VisibilityModifierConstructorDescriptionDeclarationModifiers(DeclarationModifiers.Visibility visibility, boolean staticModifier, boolean nomask, boolean varargs, boolean nosave, boolean deprecated)