public final class Program extends ValueObject
Modifier and Type | Field and Description |
---|---|
List<Declaration> |
declarations |
List<Import> |
imports |
QualifiedName |
packageName |
Constructor and Description |
---|
Program(QualifiedName packageName,
List<Import> imports,
List<Declaration> declarations) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final QualifiedName packageName
public final List<Declaration> declarations
public Program(QualifiedName packageName, List<Import> imports, List<Declaration> declarations)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.