|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalRep | |
|---|---|
| tcl.lang | |
| tcl.lang.cmd | |
| tcl.pkg.java | |
| Uses of InternalRep in tcl.lang |
|---|
| Classes in tcl.lang that implement InternalRep | |
|---|---|
class |
TclBoolean
This class implements the boolean object type in Tcl. |
class |
TclByteArray
This class implements the binary data object type in Tcl. |
class |
TclDict
This class implements the dict object type in Tcl. |
class |
TclDouble
|
class |
TclIndex
|
class |
TclInteger
This class implements the integer object type in Tcl. |
class |
TclLambda
Lambda internal rep. |
class |
TclList
This class implements the list object type in Tcl. |
class |
TclString
|
| Methods in tcl.lang that return InternalRep | |
|---|---|
InternalRep |
TclBoolean.duplicate()
Returns a dupilcate of the current object. |
InternalRep |
TclList.duplicate()
DupListInternalRep -> duplicate Returns a dupilcate of the current object. |
InternalRep |
TclIndex.duplicate()
Returns a dupilcate of the current object. |
InternalRep |
TclDict.duplicate()
Returns a duplicate of the current object. |
InternalRep |
TclLambda.duplicate()
|
InternalRep |
TclDouble.duplicate()
|
InternalRep |
TclInteger.duplicate()
Should never be invoked. |
InternalRep |
InternalRep.duplicate()
|
InternalRep |
TclString.duplicate()
Returns a dupilcate of the current object. |
InternalRep |
TclByteArray.duplicate()
Returns a duplicate of the current object. |
| Constructors in tcl.lang with parameters of type InternalRep | |
|---|---|
TclObject(InternalRep rep)
Creates a TclObject with the given InternalRep. |
|
| Uses of InternalRep in tcl.lang.cmd |
|---|
| Classes in tcl.lang.cmd that implement InternalRep | |
|---|---|
class |
NamespaceCmd
This class implements the built-in "namespace" command in Tcl. |
| Methods in tcl.lang.cmd that return InternalRep | |
|---|---|
InternalRep |
NamespaceCmd.duplicate()
|
| Uses of InternalRep in tcl.pkg.java |
|---|
| Classes in tcl.pkg.java that implement InternalRep | |
|---|---|
class |
ReflectObject
A ReflectObject is used to create and access arbitrary Java objects using the Java Reflection API. |
| Methods in tcl.pkg.java that return InternalRep | |
|---|---|
InternalRep |
ReflectObject.duplicate()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||