Interface IStructure

    • Method Detail

      • getField

        IField getField​(String name)
        Returns the specific field with the given name within the structure.
        Parameters:
        name - the name of the field
        Returns:
        the field with the given name, or null if not found
      • getMethod

        IMethodDeclaration getMethod​(String name)
        Returns the specific method with the given name within the structure. Returns the first occurrence more than one method has the same name.
        Parameters:
        name -
        Returns:
        IMethodDeclaration