Package hydra.java.syntax
Class InterfaceBody
- java.lang.Object
-
- hydra.java.syntax.InterfaceBody
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<InterfaceBody>
public class InterfaceBody extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<InterfaceBody>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterfaceBody(java.util.List<InterfaceMemberDeclarationWithComments> value)Constructs an immutableInterfaceBody.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(InterfaceBody other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.java.syntax.InterfaceBodytype.
-
VALUE
public static final Name VALUE
Name of thehydra.java.syntax.InterfaceBody.valuefield.
-
value
public final java.util.List<InterfaceMemberDeclarationWithComments> value
-
-
Constructor Detail
-
InterfaceBody
public InterfaceBody(java.util.List<InterfaceMemberDeclarationWithComments> value)
Constructs an immutableInterfaceBody.
-
-
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(InterfaceBody other)
- Specified by:
compareToin interfacejava.lang.Comparable<InterfaceBody>
-
-