public class LineWord extends Object
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the parameter name represented by this word. | 
| String | getText()Returns the full text of the original command-line argument. | 
| String | getValue()Returns the parameter value represented by this word. | 
| String | toString() | 
public LineWord(String text)
name=value or, for positionally-determined parameters,
 just value.text - command-line argumentpublic String getName()
public String getValue()
public String getText()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.