Package editor
Class SourceType
- java.lang.Object
-
- editor.SourceType
-
public final class SourceType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int_iIdstatic SourceTypeANYstatic SourceTypeCLASSstatic SourceTypeEXPRESSIONprivate static intg_iIdSourcestatic SourceTypeLIBRARYstatic SourceTypePROGRAMprivate static SourceType[]SCRIPT_TYPESstatic SourceTypeSTATEMENTstatic SourceTypeTEMPLATE
-
Constructor Summary
Constructors Modifier Constructor Description privateSourceType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()static SourceType[]getSourceTypes()(package private) java.lang.ObjectreadResolve()
-
-
-
Field Detail
-
PROGRAM
public static final SourceType PROGRAM
-
CLASS
public static final SourceType CLASS
-
LIBRARY
public static final SourceType LIBRARY
-
STATEMENT
public static final SourceType STATEMENT
-
EXPRESSION
public static final SourceType EXPRESSION
-
TEMPLATE
public static final SourceType TEMPLATE
-
ANY
public static final SourceType ANY
-
SCRIPT_TYPES
private static final SourceType[] SCRIPT_TYPES
-
g_iIdSource
private static int g_iIdSource
-
_iId
private int _iId
-
-
Method Detail
-
getId
public int getId()
-
readResolve
java.lang.Object readResolve()
-
getSourceTypes
public static SourceType[] getSourceTypes()
-
-