public final class BIInterface
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
fields()
Gets the names of fields in this interface.
|
org.xml.sax.Locator |
getSourceLocation()
Gets the location where this declaration is declared.
|
java.lang.String[] |
members()
Gets the names of interfaces/classes that implement
this interface.
|
java.lang.String |
name()
Gets the name of this interface.
|
public java.lang.String name()
public java.lang.String[] members()
public java.lang.String[] fields()
public org.xml.sax.Locator getSourceLocation()