|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4compiler.parser.CompModule.Open
public static final class CompModule.Open
Mutable; this class represents an untypechecked Alloy module import statement; equals() uses object identity.
Field Summary | |
---|---|
java.lang.String |
alias
The alias for this open declaration; always a nonempty string. |
ConstList<java.lang.String> |
args
The unmodifiable list of instantiating arguments. |
java.lang.String |
filename
The relative filename for the file being imported, without the final ".als" part; always a nonempty string. |
Pos |
pos
The position in the original model where this "open" statement was declared; never null. |
Method Summary | |
---|---|
CompModule |
getRealModule()
Returns the actual Module object that it points to; null if we have not resolved it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Pos pos
public final java.lang.String alias
public final ConstList<java.lang.String> args
public final java.lang.String filename
Method Detail |
---|
public CompModule getRealModule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |