Uses of Class
net.morimekta.providence.reflect.model.IncludeDeclaration
-
Packages that use IncludeDeclaration Package Description net.morimekta.providence.reflect.model -
-
Uses of IncludeDeclaration in net.morimekta.providence.reflect.model
Methods in net.morimekta.providence.reflect.model that return types with arguments of type IncludeDeclaration Modifier and Type Method Description java.util.List<IncludeDeclaration>ProgramDeclaration. getIncludes()Constructor parameters in net.morimekta.providence.reflect.model with type arguments of type IncludeDeclaration Constructor Description ProgramDeclaration(java.lang.String documentation, java.lang.String programName, java.util.List<IncludeDeclaration> includes, java.util.List<NamespaceDeclaration> namespaces, java.util.List<Declaration> declarationList)
-