public static final class VarStatement.Var extends ValueObject
Modifier and Type | Field and Description |
---|---|
String |
name |
Expression |
value |
Constructor and Description |
---|
Var(String name,
Expression value) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final String name
public final Expression value
public Var(String name, Expression value)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.