org.bn.compiler.parser.model
public class ASNModule extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnTypes |
asnTypes |
java.util.ArrayList |
asnValues |
boolean |
exported |
java.util.ArrayList |
exportSymbolList |
boolean |
extensible |
boolean |
imported |
java.util.ArrayList |
importSymbolFromModuleList |
AsnModuleIdentifier |
moduleIdentifier |
boolean |
tag |
java.lang.String |
tagDefault |
Constructor and Description |
---|
ASNModule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnTypes asnTypes
public java.util.ArrayList asnValues
public java.util.ArrayList exportSymbolList
public boolean exported
public boolean extensible
public java.util.ArrayList importSymbolFromModuleList
public boolean imported
public AsnModuleIdentifier moduleIdentifier
public boolean tag
public java.lang.String tagDefault