Uses of Class
net.ssehub.easy.instantiation.java.artifacts.JavaClass
-
Packages that use JavaClass Package Description net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of JavaClass in net.ssehub.easy.instantiation.java.artifacts
Fields in net.ssehub.easy.instantiation.java.artifacts with type parameters of type JavaClass Modifier and Type Field Description private java.util.List<JavaClass>JavaFileArtifact. classListMethods in net.ssehub.easy.instantiation.java.artifacts that return JavaClass Modifier and Type Method Description JavaClassJavaFileArtifact. getClassByName(java.lang.String name)Returns the specified classes of this java file.JavaClassJavaFileArtifact. getDefaultClass()Returns the default class of this Java File artifact, i.e., the class corresponding to the name of this artifact.Methods in net.ssehub.easy.instantiation.java.artifacts that return types with arguments of type JavaClass Modifier and Type Method Description Set<JavaClass>ClassFileArtifact. classes()Returns the classes of this java file.Set<JavaClass>JavaClass. classes()Returns the inner classes of this class.Set<JavaClass>JavaFileArtifact. classes()Returns the classes of this java file.
-