Class DirectivesValue
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesValue
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Data Object Directive in EO language.
- Since:
- 0.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesValue
(String name, String type, byte[] bytes) Constructor.DirectivesValue
(String name, BytecodeValue value) Constructor.DirectivesValue
(String name, T data) Constructor.DirectivesValue
(T data) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesValue
public DirectivesValue(T data) Constructor.- Type Parameters:
T
- Data type.- Parameters:
data
- Data.
-
DirectivesValue
Constructor.- Type Parameters:
T
- Data type.- Parameters:
name
- Name.data
- Data.
-
DirectivesValue
Constructor.- Parameters:
name
- Name.value
- Value.
-
DirectivesValue
Constructor.- Parameters:
name
- Name.type
- Type.bytes
- Bytes.
-
-
Method Details