Enum Class SourceGlyph

java.lang.Object
java.lang.Enum<SourceGlyph>
ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᓑᣕᣳᒼᐤᒄᓫ.SourceGlyph
All Implemented Interfaces:
Serializable, Comparable<SourceGlyph>, Constable

@DuytsDocAuthor注(name="\u0644\u0644\u064e\u0651\u0670\u0647\u0650ilL\u05e6\u0633\u064f\u0648", copyright="\u00a9\u0394\u221e \u4ed9\u4e0a\u4e3b\u5929") public enum SourceGlyph extends Enum<SourceGlyph>
  • Enum Constant Details

    • MATH_PLUS

      public static final SourceGlyph MATH_PLUS
    • MATH_MINUS

      public static final SourceGlyph MATH_MINUS
    • MATH_MULTIPLY

      public static final SourceGlyph MATH_MULTIPLY
    • MATH_DIVIDE

      public static final SourceGlyph MATH_DIVIDE
    • MATH_POWER

      public static final SourceGlyph MATH_POWER
    • LOGIC_NOT

      public static final SourceGlyph LOGIC_NOT
    • LOGIC_AND

      public static final SourceGlyph LOGIC_AND
    • LOGIC_OR

      public static final SourceGlyph LOGIC_OR
    • VAR_ASSIGN

      public static final SourceGlyph VAR_ASSIGN
    • VAR_PERCENTAGE

      public static final SourceGlyph VAR_PERCENTAGE
    • VAR_TEMPLATE

      public static final SourceGlyph VAR_TEMPLATE
    • VAR_COMMENT

      public static final SourceGlyph VAR_COMMENT
    • VAR_AT

      public static final SourceGlyph VAR_AT
    • PART_BRACKET_BEGIN

      public static final SourceGlyph PART_BRACKET_BEGIN
    • PART_BRACKET_CLOSE

      public static final SourceGlyph PART_BRACKET_CLOSE
    • PART_ARRAY_BEGIN

      public static final SourceGlyph PART_ARRAY_BEGIN
    • PART_ARRAY_CLOSE

      public static final SourceGlyph PART_ARRAY_CLOSE
    • PART_BLOCK_BEGIN

      public static final SourceGlyph PART_BLOCK_BEGIN
    • PART_BLOCK_CLOSE

      public static final SourceGlyph PART_BLOCK_CLOSE
    • PART_TAG_BEGIN

      public static final SourceGlyph PART_TAG_BEGIN
    • PART_TAG_CLOSE

      public static final SourceGlyph PART_TAG_CLOSE
    • PART_EXT_ARRAY_BEGIN

      public static final SourceGlyph PART_EXT_ARRAY_BEGIN
    • PART_EXT_ARRAY_CLOSE

      public static final SourceGlyph PART_EXT_ARRAY_CLOSE
    • PART_EXT_BLOCK_BEGIN

      public static final SourceGlyph PART_EXT_BLOCK_BEGIN
    • PART_EXT_BLOCK_CLOSE

      public static final SourceGlyph PART_EXT_BLOCK_CLOSE
    • PART_EXT_TAG_BEGIN

      public static final SourceGlyph PART_EXT_TAG_BEGIN
    • PART_EXT_TAG_CLOSE

      public static final SourceGlyph PART_EXT_TAG_CLOSE
  • Method Details

    • values

      public static SourceGlyph[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SourceGlyph valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCharLatin

      public String getCharLatin()
    • getCharHiero

      public String getCharHiero()
    • getCharChina

      public String getCharChina()