Constant Field Values

Contents

de.mirkosertic.*

  • de.mirkosertic.bytecoder.bytecoder_mavenplugin.HelpMojo 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_LINE_LENGTH 80
    private static final java.lang.String PLUGIN_HELP_PATH "/META-INF/maven/de.mirkosertic.bytecoder/bytecoder-mavenplugin/plugin-help.xml"
  • de.mirkosertic.bytecoder.classlib.java.lang.TCharacter 
    Modifier and Type Constant Field Value
    public static final int MAX_RADIX 36
    public static final int MIN_RADIX 2
  • de.mirkosertic.bytecoder.classlib.java.lang.TFloat 
    Modifier and Type Constant Field Value
    public static final float NaN 0f/0f
    public static final float NEGATIVE_INFINITY -1f/0f
    public static final float POSITIVE_INFINITY 1f/0f
  • de.mirkosertic.bytecoder.classlib.java.lang.TMath 
    Modifier and Type Constant Field Value
    public static final double E 2.718281828459045
    public static final double PI 3.141592653589793
  • de.mirkosertic.bytecoder.core.backend.VLQ 
    Modifier and Type Constant Field Value
    private static final java.lang.String CHARACTERS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
  • de.mirkosertic.bytecoder.core.ir.Graph 
    Modifier and Type Constant Field Value
    public static final java.lang.String START_REGION_NAME "Start"