Class IzMethodDeclaration

java.lang.Object
com.iizigo.java.parser.type.IzMethodDeclaration

public class IzMethodDeclaration extends Object
Method declaration class.
Author:
Christopher Mindus
  • Field Details

    • type

      public final IzTypeDeclaration type
      The class declaring this method.
    • name

      public final String name
      The name, null for constructors.
    • signature

      public final String signature
      The Simple Signature.
    • method

      public final IMethod method
      The method, null when loaded from XML.
    • methodDeclaration

      public final MethodDeclaration methodDeclaration
      The method declaration.