Package editor

Class SourceType

java.lang.Object
editor.SourceType

public final class SourceType extends Object
  • Field Details

    • 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
  • Constructor Details

    • SourceType

      private SourceType()
  • Method Details

    • getId

      public int getId()
    • readResolve

      Object readResolve()
    • getSourceTypes

      public static SourceType[] getSourceTypes()