Package jetbrains.mps
Class InternalFlag
- java.lang.Object
 - 
- jetbrains.mps.InternalFlag
 
 
- 
@Deprecated public class InternalFlag extends Object
Deprecated.useRuntimeFlags 
- 
- 
Constructor Summary
Constructors Constructor Description InternalFlag()Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InternalFlaggetInstance()Deprecated.booleangetInternalFlag()Deprecated.static booleanisInternalMode()Deprecated.voidsetInternalFlag(boolean flag)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static InternalFlag getInstance()
Deprecated. 
- 
isInternalMode
public static boolean isInternalMode()
Deprecated. 
- 
getInternalFlag
public boolean getInternalFlag()
Deprecated. 
- 
setInternalFlag
public void setInternalFlag(boolean flag)
Deprecated. 
 - 
 
 -