public interface Codes extends Code, Visitable, UnmodifiableBasicList<Code>, Cloneable
Code.Callable, Code.Constant, Code.EmptyFormatter, Code.Identifier, Code.MethodCALLABLE, CODES, CONSTANT, EMPTY_FORMATTER, IDENTIFIER, METHOD, UNDEFINEDEMPTY_UNMODIFIABLEBASICLISTEMPTY_GETITEMWITHSIZEANDITERATOR| Modifier and Type | Method and Description |
|---|---|
Codes |
clone()
Creates a copy of the object.
|
code, isFunction, isIdentifier, link, link, link, replace, toString, toValue, toValueaccept, acceptcloneQuietly, cloneQuietlytoListisEmpty, isEmpty, isEmpty, isEmptyQuietlyCodes clone() throws java.lang.CloneNotSupportedException
Cloneableclone in interface Codejava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.