Class SourceSetImpl
- java.lang.Object
-
- edu.wpi.first.vscode.tooling.models.SourceSetImpl
-
- All Implemented Interfaces:
SourceSet,java.io.Serializable
public class SourceSetImpl extends java.lang.Object implements SourceSet, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceSetImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getArgs()booleangetCpp()SourcegetExportedHeaders()java.util.Set<java.lang.String>getMacros()SourcegetSource()
-
-
-
Method Detail
-
getExportedHeaders
public Source getExportedHeaders()
- Specified by:
getExportedHeadersin interfaceSourceSet
-
getArgs
public java.util.Set<java.lang.String> getArgs()
-
-