public class ModuleDeclaration
extends java.lang.Object
| Constructor and Description |
|---|
ModuleDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ModuleDeclaration> |
getChildren() |
java.util.List<BindingDeclaration> |
getDeclarations() |
java.util.List<java.lang.String> |
getMarkers() |
java.lang.String |
getParent() |
java.lang.Class |
getType() |
int |
hashCode() |
boolean |
isJITBindings() |
boolean |
isJitModule() |
boolean |
isPrivateModule() |
void |
setParent(java.lang.String parent) |
void |
setPrivateModule(boolean privateModule) |
void |
setType(java.lang.Class type) |
java.lang.String |
toString() |
public java.lang.Class getType()
public void setType(java.lang.Class type)
public java.lang.String getParent()
public void setParent(java.lang.String parent)
public java.util.List<ModuleDeclaration> getChildren()
public java.util.List<BindingDeclaration> getDeclarations()
public java.util.List<java.lang.String> getMarkers()
public boolean isJITBindings()
public boolean isPrivateModule()
public void setPrivateModule(boolean privateModule)
public boolean isJitModule()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object