|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalIdent | |
|---|---|
| org.millscript.millscript.vm | |
| Uses of GlobalIdent in org.millscript.millscript.vm |
|---|
| Methods in org.millscript.millscript.vm that return GlobalIdent | |
|---|---|
GlobalIdent |
Package.bind(java.lang.String sym,
java.lang.Object obj)
Makes a binding in this package from the specified symbol to the specified object. |
protected GlobalIdent |
Package.bindRef(java.lang.String sym,
Ref ref)
Makes a binding in this package from the specified symbol to the specifed reference. |
GlobalIdent |
CompilerState.declareGlobal(java.lang.String sym)
Declares the specified symbol as a global variable in the current package. |
GlobalIdent |
Package.declareGlobal(java.lang.String sym)
Declares the specified symbol as a global symbol. |
GlobalIdent |
CompilerState.findIdent(java.lang.String nickname,
java.lang.String sym)
Finds the GlobalIdent for the specified symbol in the specified package. |
GlobalIdent |
Package.findIdentFor(java.lang.String nn,
java.lang.String sym)
Returns the ident for the specified global symbol. |
| Methods in org.millscript.millscript.vm that return types with arguments of type GlobalIdent | |
|---|---|
org.millscript.commons.util.MapIterator<java.lang.String,GlobalIdent> |
Package.bindingsIterator()
Returns an iterator over all the bindings in this package. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||