public class CppProgrammingLanguageContext extends AbstractProgrammingLanguageContext
ProgrammingLanguageContext
implementation.| Constructor and Description |
|---|
CppProgrammingLanguageContext()
Default constructor.
|
CppProgrammingLanguageContext(Set<Display> displayOpt)
Medium constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<Display> displayOpt)
Medium constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<Display> displayOpt)
Full constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<GenericDependency> potentialJavaLangSeenDependencies,
Set<Display> displayOpt)
Full constructor.
|
addParsedAndSeenDependencies, addPotentialJavaLangSeenDependencies, addSeenDependencies, compareTo, deepClone, equals, getParsedAndSeenDependencies, getParsedDependencies, getParsedDependency, getParsedOrSeenDependency, getPlantUMLClassesDiagram, getPotentialJavaLangSeenDependencies, hashCode, hasToDisplay, removeAllPotentialJavaLangSeenDependencyAndChangePackageToJavaLang, removePotentialJavaLangSeenDependency, toStringpublic CppProgrammingLanguageContext()
public CppProgrammingLanguageContext(Set<Display> displayOpt)
displayOpt - the display options which have to appear in the plantUML description, mustn't be
null.public CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies, Set<Display> displayOpt)
parsedAndSeenDependencies - the original Set of GenericDependency to put in the context,
mustn't be null.displayOpt - the display options which have to appear in the plantUML description, mustn't be
null.public CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies, Set<GenericDependency> parsedDependencies, Set<Display> displayOpt)
parsedAndSeenDependencies - the original Set of GenericDependency to put in the context,
mustn't be null.parsedDependencies - the original Set of GenericDependency to put in the context,
mustn't be null.displayOpt - the display options which have to appear in the plantUML description, mustn't be
null.public CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies, Set<GenericDependency> parsedDependencies, Set<GenericDependency> potentialJavaLangSeenDependencies, Set<Display> displayOpt)
parsedAndSeenDependencies - the original parsed and seen dependencies Set of GenericDependency
to put in the context, mustn't be null.parsedDependencies - the original parsed dependencies Set of GenericDependency to put
in the context, mustn't be null.potentialJavaLangSeenDependencies - the original potential "java.lang" seen dependencies Set of
GenericDependency to put in the context, mustn't be null.displayOpt - the display options which have to appear in the plantUML description, mustn't be
null.Copyright © 2014 Sourceforge. All rights reserved.