Package hydra.ext.java.syntax
Class InterfaceModifier.Protected
java.lang.Object
hydra.ext.java.syntax.InterfaceModifier
hydra.ext.java.syntax.InterfaceModifier.Protected
- All Implemented Interfaces:
Serializable,Comparable<InterfaceModifier>
- Enclosing class:
- InterfaceModifier
public static final class InterfaceModifier.Protected
extends InterfaceModifier
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.java.syntax.InterfaceModifier
InterfaceModifier.Abstract, InterfaceModifier.Annotation, InterfaceModifier.PartialVisitor<R>, InterfaceModifier.Private, InterfaceModifier.Protected, InterfaceModifier.Public, InterfaceModifier.Static, InterfaceModifier.Strictfb, InterfaceModifier.Visitor<R> -
Field Summary
Fields inherited from class hydra.ext.java.syntax.InterfaceModifier
ABSTRACT, ANNOTATION, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICTFB, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(InterfaceModifier.Visitor<R> visitor) intcompareTo(InterfaceModifier other) booleaninthashCode()
-
Constructor Details
-
Protected
public Protected()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InterfaceModifier>
-
accept
- Specified by:
acceptin classInterfaceModifier
-