Top Description Methods
com.sun.source.doctree

public Interface SystemPropertyTree

extends InlineTagTree
Known Direct Implementers
com.sun.tools.javac.tree.DCTree.DCSystemProperty
Imports
javax.lang.model.element.Name

A tree node for an @systemProperty inline tag.
   {@systemProperty property-name}
Since
12

Method Summary

Modifier and TypeMethod and Description
public Name

Returns:

the system property name
getPropertyName
()

Returns the specified system property name.

Inherited from com.sun.source.doctree.InlineTagTree:
getTagName

Method Detail

getPropertyNameback to summary
public Name getPropertyName()

Returns the specified system property name.

Returns:Name

the system property name