public class JShellVar extends Object
| Constructor and Description |
|---|
JShellVar(JShellVariables parent,
String name,
String value,
boolean exported) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
isExported() |
void |
setExported(boolean exported) |
void |
setValue(String value) |
public JShellVar(JShellVariables parent, String name, String value, boolean exported)
Copyright © 2022 vpc open source initiative. All rights reserved.