Package hydra.ext.lisp.syntax
Class CommentStyle.Datum
- java.lang.Object
-
- hydra.ext.lisp.syntax.CommentStyle
-
- hydra.ext.lisp.syntax.CommentStyle.Datum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CommentStyle>
- Enclosing class:
- CommentStyle
public static final class CommentStyle.Datum extends CommentStyle implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.lisp.syntax.CommentStyle
CommentStyle.Block, CommentStyle.Datum, CommentStyle.Line, CommentStyle.PartialVisitor<R>, CommentStyle.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.lisp.syntax.CommentStyle
BLOCK, DATUM, LINE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Datum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(CommentStyle.Visitor<R> visitor)intcompareTo(CommentStyle other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(CommentStyle other)
- Specified by:
compareToin interfacejava.lang.Comparable<CommentStyle>
-
accept
public <R> R accept(CommentStyle.Visitor<R> visitor)
- Specified by:
acceptin classCommentStyle
-
-