Package jetbrains.mps.make.facet
Class IFacet.Stub
- java.lang.Object
 - 
- jetbrains.mps.make.facet.IFacet.Stub
 
 
- 
- All Implemented Interfaces:
 IFacet
- Direct Known Subclasses:
 JavaCompile_Facet,Make_Facet,ReloadClasses_Facet
- Enclosing interface:
 - IFacet
 
public static class IFacet.Stub extends Object implements IFacet
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.make.facet.IFacet
IFacet.Name, IFacet.Stub 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Stub() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<IFacet.Name>extended()IFacet.NamegetName()Iterable<IFacet.Name>optional()IPropertiesPersistencepropertiesPersistence()Iterable<IFacet.Name>required()Iterable<ITarget>targets() 
 - 
 
- 
- 
Method Detail
- 
optional
public Iterable<IFacet.Name> optional()
 
- 
required
public Iterable<IFacet.Name> required()
 
- 
extended
public Iterable<IFacet.Name> extended()
 
- 
getName
public IFacet.Name getName()
 
- 
propertiesPersistence
public IPropertiesPersistence propertiesPersistence()
- Specified by:
 propertiesPersistencein interfaceIFacet
 
 - 
 
 -