Interface SystemPropertyTree
- All Superinterfaces:
- DocTree,- InlineTagTree
A tree node for an 
@systemProperty inline tag.
 
    {@systemProperty property-name}
 - Since:
- 12
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns the specified system property name.Methods declared in interface com.sun.source.doctree.InlineTagTreegetTagName
- 
Method Details- 
getPropertyNameName getPropertyName()Returns the specified system property name.- Returns:
- the system property name
 
 
-