Class DirectivesBytes
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesBytes
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for bytes.
- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesBytes(String hex) Constructor.DirectivesBytes(String hex, String name) Constructor.DirectivesBytes(String hex, String name, String as) 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
-
DirectivesBytes
Constructor.- Parameters:
hex- Hex representation of bytes.
-
DirectivesBytes
Constructor.- Parameters:
hex- Hex representation of bytes.name- Name of the object.
-
DirectivesBytes
Constructor.- Parameters:
hex- Hex representation of bytes.name- Name of the object.as- The 'as' attribute of the object.
-
-
Method Details