public interface Codes extends Code, Visitable, UnmodifiableBasicList<Code>, Cloneable
Code.Callable, Code.Constant, Code.EmptyFormatter, Code.Identifier, Code.Method
CALLABLE, CODES, CONSTANT, EMPTY_FORMATTER, IDENTIFIER, METHOD, UNDEFINED
EMPTY_UNMODIFIABLEBASICLIST
EMPTY_GETITEMWITHSIZEANDITERATOR
Modifier and Type | Method and Description |
---|---|
Codes |
clone()
Creates a copy of the object.
|
code, isFunction, isIdentifier, link, link, link, replace, toString, toValue, toValue
accept, accept
cloneQuietly, cloneQuietly
toList
isEmpty, isEmpty, isEmpty, isEmptyQuietly
Codes clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in interface Code
java.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()}.