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(int index, Format format, T data) Constructor.DirectivesValue(Format format, String name, String as, BytecodeValue value) Constructor.DirectivesValue(Format format, String name, String as, T data) Constructor.DirectivesValue(Format format, String name, BytecodeValue value) Constructor.DirectivesValue(Format format, String name, T data) Constructor.DirectivesValue(Format format, NumName 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, waitMethods 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:
index- Ordered index.format- Directives format.data- Data.
-
DirectivesValue
Constructor.- Type Parameters:
T- Data type.- Parameters:
format- Directives format.name- Name.data- Data.
-
DirectivesValue
Constructor.- Type Parameters:
T- Data type.- Parameters:
format- Directives format.name- Name.data- Data.
-
DirectivesValue
Constructor.- Type Parameters:
T- Data type.- Parameters:
format- Directives format.name- Name.as- The 'as' attribute of the object.data- Data.
-
DirectivesValue
Constructor.- Parameters:
format- Format.name- Name.value- Value.
-
DirectivesValue
Constructor.- Parameters:
format- Format.name- Name.as- The 'as' attribute of the object.value- Value.
-
-
Method Details