Constant Field Values

Contents

com.strobel.*

  • com.strobel.Procyon 
    Modifier and Type Constant Field Value
    private static final java.lang.String VERSION "0.6.0"
  • com.strobel.assembler.metadata.signatures.SignatureParser 
    Modifier and Type Constant Field Value
    private static final char EOI 58
  • com.strobel.componentmodel.com.strobel.componentmodel.ArrayKeyMap 
    Modifier and Type Constant Field Value
    static final int ARRAY_THRESHOLD 8
  • com.strobel.concurrent.StripedLock<T> 
    Modifier and Type Constant Field Value
    private static final int LOCK_COUNT 256
  • com.strobel.decompiler.com.strobel.decompiler.AnsiTextOutput.Delimiters 
    Modifier and Type Constant Field Value
    static final java.lang.String DOLLAR "$"
    static final java.lang.String DOT "."
    static final java.lang.String L "L"
    static final java.lang.String LEFT_BRACKET "["
    static final java.lang.String SEMICOLON ";"
    static final java.lang.String SLASH "/"
    static final java.lang.String T "T"
  • com.strobel.decompiler.com.strobel.decompiler.LineNumberPrintWriter 
    Modifier and Type Constant Field Value
    public static final int NO_LINE_NUMBER -1
  • com.strobel.decompiler.languages.com.strobel.decompiler.languages.BytecodeLanguage.InstructionPrinter 
    Modifier and Type Constant Field Value
    private static final java.lang.String LINE_NUMBER_CODE "linenumber"
  • com.strobel.decompiler.languages.Region 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7580225960304530502L
  • com.strobel.decompiler.languages.TextLocation 
    Modifier and Type Constant Field Value
    public static final int MIN_COLUMN 1
    public static final int MIN_LINE 1
    private static final long serialVersionUID -165593440170614692L
  • com.strobel.io.Ansi 
    Modifier and Type Constant Field Value
    private static final java.lang.String END "\u001b[m"
    private static final java.lang.String PREFIX "\u001b["
    private static final java.lang.String SEPARATOR ";"
    private static final java.lang.String SUFFIX "m"
    private static final java.lang.String XTERM_256_SEPARATOR "5;"
  • com.strobel.io.PathHelper 
    Modifier and Type Constant Field Value
    private static final int maxDirectoryLength 255
    private static final int maxPath 260
  • com.strobel.reflection.emit.com.strobel.reflection.emit.__ExceptionInfo 
    Modifier and Type Constant Field Value
    static final int Filter 1
    static final int Finally 2
    static final int None 0
    static final int PreserveStack 4
    static final int State_Catch 2
    static final int State_Done 5
    static final int State_Fault 4
    static final int State_Filter 1
    static final int State_Finally 3
    static final int State_Try 0
  • com.strobel.reflection.emit.com.strobel.reflection.emit.AnnotationInvocationHandler 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 6182022883658399397L
  • com.strobel.reflection.emit.com.strobel.reflection.emit.AnnotationTypeMismatchExceptionProxy 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7844069490309503934L
  • com.strobel.reflection.emit.com.strobel.reflection.emit.ClassWriter 
    Modifier and Type Constant Field Value
    private static final int DATA_BUFFER_SIZE 65520
    private static final int JAVA_MAGIC -889275714
    private static final int POOL_BUFFER_SIZE 131056
  • com.strobel.reflection.emit.CodeGenerator 
    Modifier and Type Constant Field Value
    static final int DefaultExceptionArraySize 8
    static final int DefaultFixupArraySize 64
    static final int DefaultLabelArraySize 16
    static final int DefaultSize 64
    private static final int MAX_BYTE 255
    private static final int MIN_BYTE 0
  • com.strobel.reflection.emit.CodeStream 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_SIZE 64
  • com.strobel.reflection.emit.OpCode 
    Modifier and Type Constant Field Value
    public static final int STANDARD 0
    public static final int WIDE 196
  • com.strobel.reflection.emit.com.strobel.reflection.emit.ScopeTree 
    Modifier and Type Constant Field Value
    static final int InitialSize 16
  • com.strobel.reflection.emit.TypeBuilder<T> 
    Modifier and Type Constant Field Value
    private static final java.lang.String DumpGeneratedClassesProperty "com.strobel.reflection.emit.TypeBuilder.DumpGeneratedClasses"
    private static final java.lang.String GeneratedClassOutputPathProperty "com.strobel.reflection.emit.TypeBuilder.GeneratedClassOutputPath"
    private static final java.lang.String VerifyGeneratedClassesProperty "com.strobel.reflection.emit.TypeBuilder.VerifyGeneratedClasses"
  • com.strobel.reflection.emit.com.strobel.reflection.emit.Verifier 
    Modifier and Type Constant Field Value
    private static final java.lang.String VERIFY_LOCAL_VARIABLE_TYPES "com.strobel.reflection.emit.Verifier.VerifyLocalVariableTypes"