phoron_asm 1.0.2

A Jasmin-compatible Assembler for the JVM
Documentation
pub const PHORON_SOURCE_FILE: &'static str = "SourceFile";
pub const PHORON_CONSTANT_VALUE: &'static str = "ConstantValue";
pub const PHORON_CODE: &'static str = "Code";
pub const PHORON_EXCEPTIONS: &'static str = "Exceptions";
pub const PHORON_LINE_NUMBER_TABLE: &'static str = "LineNumberTable";
pub const PHORON_LOCAL_VARIABLE_TABLE: &'static str = "LocalVariableTable";
pub const PHORON_STACK_MAP_TABLE: &'static str = "StackMapTable";
pub const PHORON_INNER_CLASSES: &'static str = "InnerClasses";
pub const PHORON_ENCLOSING_METHOD: &'static str = "EnclosingMethod";
pub const PHORON_SYNTHETIC: &'static str = "Synthetic";
pub const PHORON_SIGNATURE: &'static str = "Signature";
pub const PHORON_SOURCE_DEBUG_EXTENSION: &'static str = "SourceDebugExtension";
pub const PHORON_LOCAL_VARIABLE_TYPE_TABLE: &'static str = "LocalVariableTypeTable";
pub const PHORON_DEPRECATED: &'static str = "Deprecated";
pub const PHORON_RUNTIME_VISIBLE_ANNOTATIONS: &'static str = "RuntimeVisibleAnnotations";
pub const PHORON_RUNTIME_INVISIBLE_ANNOTATIONS: &'static str = "RuntimeInvisibleAnnotations";
pub const PHORON_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS: &'static str =
    "RuntimeVisibleParameterAnnotations";
pub const PHORON_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS: &'static str =
    "RuntimeInvisibleParameterAnnotations";
pub const PHORON_RUNTIME_VISIBLE_TYPE_ANNOTATIONS: &'static str = "RuntimeVisibleTypeAnnotations";
pub const PHORON_RUNTIME_INVISIBLE_TYPE_ANNOTATIONS: &'static str =
    "RuntimeInvisibleTypeAnnotations";
pub const PHORON_ANNOTATION_DEFAULT: &'static str = "AnnotationDefault";
pub const PHORON_BOOTSTRAP_METHODS: &'static str = "BootstrapMethods";
pub const PHORON_METHOD_PARAMETERS: &'static str = "MethodParameters";
pub const PHORON_MODULE: &'static str = "Module";
pub const PHORON_MODULE_PACKAGES: &'static str = "ModulePackages";
pub const PHORON_MODULE_MAIN_CLASS: &'static str = "ModuleMainClass";
pub const PHORON_NEST_HOST: &'static str = "NestHost";
pub const PHORON_NEST_MEMBERS: &'static str = "NestMembers";
pub const PHORON_RECORD: &'static str = "Record";
pub const PHORON_PERMITTED_SUBCLASSES: &'static str = "PermittedSubclasses";