Class AsmMemberDefinition

    • Field Detail

      • memberValueString

        private final java.lang.String memberValueString
    • Constructor Detail

      • AsmMemberDefinition

        AsmMemberDefinition​(long where,
                            ClassDefinition clazz,
                            int modifiers,
                            Type type,
                            Identifier name,
                            java.lang.String[] exceptions)
        Constructor for a method definition
        Parameters:
        where - the location of the definition relative to the class
        clazz - the containing class
        modifiers - the access modifiers
        type - the constructed type
        name - the name of the method
        exceptions - the checked exceptions throwable by the method
      • AsmMemberDefinition

        AsmMemberDefinition​(long where,
                            ClassDefinition clazz,
                            int modifiers,
                            Type type,
                            Identifier name,
                            java.lang.Object value)
        Constructor for a field definition
        Parameters:
        where - the location of the definition relative to the class
        clazz - the containing class
        modifiers - the access modifiers
        type - the constructed type
        name - the name of the method
        value - the default value for the field