Amplication AST Libraries Documentation
    Preparing search index...

    Enumeration MethodType

    Represents the type of a method (instance or static).

    Index

    Enumeration Members

    Enumeration Members

    INSTANCE: 0

    Instance method that requires an instance of the class

    STATIC: 1

    Static method that can be called without an instance