Constant Field Values

Contents

org.jfuncmachine.*

  • org.jfuncmachine.compiler.model.Access
    Modifier and Type
    Constant Field
    Value
    public static final int
    1024
    public static final int
    16384
    public static final int
    16
    public static final int
    512
    public static final int
    2
    public static final int
    4
    public static final int
    1
    public static final int
    8
    public static final int
    32
    public static final int
    4096
  • org.jfuncmachine.compiler.model.types.BooleanType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Boolean"
  • org.jfuncmachine.compiler.model.types.ByteType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Byte"
  • org.jfuncmachine.compiler.model.types.CharType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Character"
  • org.jfuncmachine.compiler.model.types.DoubleType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Double"
  • org.jfuncmachine.compiler.model.types.FloatType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Float"
  • org.jfuncmachine.compiler.model.types.IntType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Integer"
  • org.jfuncmachine.compiler.model.types.LongType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Long"
  • org.jfuncmachine.compiler.model.types.ShortType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "java.lang.Short"