Package hydra.ext.java.syntax
Class InterfaceMethodModifier.Private
- java.lang.Object
-
- hydra.ext.java.syntax.InterfaceMethodModifier
-
- hydra.ext.java.syntax.InterfaceMethodModifier.Private
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InterfaceMethodModifier
public static final class InterfaceMethodModifier.Private extends InterfaceMethodModifier implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.java.syntax.InterfaceMethodModifier
InterfaceMethodModifier.Abstract, InterfaceMethodModifier.Annotation, InterfaceMethodModifier.Default, InterfaceMethodModifier.PartialVisitor<R>, InterfaceMethodModifier.Private, InterfaceMethodModifier.Public, InterfaceMethodModifier.Static, InterfaceMethodModifier.Strictfp, InterfaceMethodModifier.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.java.syntax.InterfaceMethodModifier
FIELD_NAME_ABSTRACT, FIELD_NAME_ANNOTATION, FIELD_NAME_DEFAULT, FIELD_NAME_PRIVATE, FIELD_NAME_PUBLIC, FIELD_NAME_STATIC, FIELD_NAME_STRICTFP, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Private()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(InterfaceMethodModifier.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(InterfaceMethodModifier.Visitor<R> visitor)
- Specified by:
accept
in classInterfaceMethodModifier
-
-