Class SetDefinitions
- java.lang.Object
- 
- com.ensoftcorp.open.java.commons.analysis.SetDefinitions
 
- 
 public final class SetDefinitions extends java.lang.ObjectCommon set definitions which are useful for program analysis- Author:
- Tom Deering, Ben Holland
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.String[]JDK_LIBRARIES
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static com.ensoftcorp.atlas.core.query.Qapp()Everything in the universe which is part of the app (not part of the libraries, or any "floating" nodes).static com.ensoftcorp.atlas.core.query.QarrayTypes()Types which represent arrays of other types NOTE: These nodes are NOT declared by anything.static com.ensoftcorp.atlas.core.query.QJDKLibraries()A collection of specifically just the JDK librariesstatic com.ensoftcorp.atlas.core.query.Qlibraries()Everything declared under any of the known API projects, if they are in the index.static com.ensoftcorp.atlas.core.query.QprimitiveTypes()Types which represent language primitive types NOTE: These nodes are NOT declared by anything.
 
- 
- 
- 
Method Detail- 
JDKLibrariespublic static com.ensoftcorp.atlas.core.query.Q JDKLibraries() A collection of specifically just the JDK libraries- Returns:
 
 - 
arrayTypespublic static com.ensoftcorp.atlas.core.query.Q arrayTypes() Types which represent arrays of other types NOTE: These nodes are NOT declared by anything. They are outside of any project.
 - 
primitiveTypespublic static com.ensoftcorp.atlas.core.query.Q primitiveTypes() Types which represent language primitive types NOTE: These nodes are NOT declared by anything. They are outside of any project.
 - 
librariespublic static com.ensoftcorp.atlas.core.query.Q libraries() Everything declared under any of the known API projects, if they are in the index.
 - 
apppublic static com.ensoftcorp.atlas.core.query.Q app() Everything in the universe which is part of the app (not part of the libraries, or any "floating" nodes).
 
- 
 
-