public final class BIInterface extends Object
<interface>
declaration in the binding file.Modifier and Type | Method | Description |
---|---|---|
String[] |
fields() |
Gets the names of fields in this interface.
|
Locator |
getSourceLocation() |
Gets the location where this declaration is declared.
|
String[] |
members() |
Gets the names of interfaces/classes that implement
this interface.
|
String |
name() |
Gets the name of this interface.
|
public String name()
public String[] members()
public String[] fields()
public Locator getSourceLocation()
Copyright © 2018 Oracle Corporation. All rights reserved.