public class JExportsDirective extends JModuleDirective
exports
directive.
For example "exports foo.bar;"
.JModuleDirective.Type
name
Modifier and Type | Method and Description |
---|---|
JFormatter |
generate(JFormatter f)
Print source code of this module directive.
|
JModuleDirective.Type |
getType()
Gets the type of this module directive.
|
equals, hashCode, name
public JModuleDirective.Type getType()
getType
in class JModuleDirective
Type.ExportsDirective
.public JFormatter generate(JFormatter f)
generate
in class JModuleDirective
f
- Java code formatter.Copyright © 2019 JBoss by Red Hat. All rights reserved.