Package hydra.java.syntax
Class PrimaryNoNewArrayExpression.MethodInvocation
- java.lang.Object
-
- hydra.java.syntax.PrimaryNoNewArrayExpression
-
- hydra.java.syntax.PrimaryNoNewArrayExpression.MethodInvocation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PrimaryNoNewArrayExpression>
- Enclosing class:
- PrimaryNoNewArrayExpression
public static final class PrimaryNoNewArrayExpression.MethodInvocation extends PrimaryNoNewArrayExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.java.syntax.PrimaryNoNewArrayExpression
PrimaryNoNewArrayExpression.ArrayAccess, PrimaryNoNewArrayExpression.ClassInstance, PrimaryNoNewArrayExpression.ClassLiteral, PrimaryNoNewArrayExpression.DotThis, PrimaryNoNewArrayExpression.FieldAccess, PrimaryNoNewArrayExpression.Literal, PrimaryNoNewArrayExpression.MethodInvocation, PrimaryNoNewArrayExpression.MethodReference, PrimaryNoNewArrayExpression.Parens, PrimaryNoNewArrayExpression.PartialVisitor<R>, PrimaryNoNewArrayExpression.This, PrimaryNoNewArrayExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description MethodInvocationvalue-
Fields inherited from class hydra.java.syntax.PrimaryNoNewArrayExpression
ARRAY_ACCESS, CLASS_INSTANCE, CLASS_LITERAL, DOT_THIS, FIELD_ACCESS, LITERAL, METHOD_INVOCATION, METHOD_REFERENCE, PARENS, THIS, TYPE_
-
-
Constructor Summary
Constructors Constructor Description MethodInvocation(MethodInvocation value)Constructs an immutablePrimaryNoNewArrayExpression.MethodInvocation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PrimaryNoNewArrayExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PrimaryNoNewArrayExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final MethodInvocation value
-
-
Constructor Detail
-
MethodInvocation
public MethodInvocation(MethodInvocation value)
Constructs an immutablePrimaryNoNewArrayExpression.MethodInvocation.
-
-
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(PrimaryNoNewArrayExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<PrimaryNoNewArrayExpression>
-
accept
public <R> R accept(PrimaryNoNewArrayExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classPrimaryNoNewArrayExpression
-
-