public final class VarStatement extends ValueObject implements Statement
Modifier and Type | Class and Description |
---|---|
static class |
VarStatement.Var |
Modifier and Type | Field and Description |
---|---|
List<Modifier> |
modifiers |
TypeLiteral |
type |
List<VarStatement.Var> |
vars |
Constructor and Description |
---|
VarStatement(List<Modifier> modifiers,
TypeLiteral type,
List<VarStatement.Var> vars) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral type
public final List<VarStatement.Var> vars
public VarStatement(List<Modifier> modifiers, TypeLiteral type, List<VarStatement.Var> vars)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.