Package yapion.hierarchy.typegroups
Class YAPIONAnyClosure
- java.lang.Object
-
- yapion.hierarchy.typegroups.YAPIONAnyClosure
-
- All Implemented Interfaces:
ObjectOutput
- Direct Known Subclasses:
YAPIONAnyType
,YAPIONVariable
public abstract class YAPIONAnyClosure extends java.lang.Object implements ObjectOutput
-
-
Field Summary
-
Fields inherited from interface yapion.hierarchy.typeinterfaces.ObjectOutput
indent
-
-
Constructor Summary
Constructors Constructor Description YAPIONAnyClosure()
-
Method Summary
Modifier and Type Method Description abstract long
referenceValue()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface yapion.hierarchy.typeinterfaces.ObjectOutput
indent, toJSON, toJSONLossy, toYAPION
-
-