Package hydra.ext.csharp.syntax
Class IndexerDeclaration
- java.lang.Object
-
- hydra.ext.csharp.syntax.IndexerDeclaration
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IndexerDeclaration.Ref
,IndexerDeclaration.Standard
public abstract class IndexerDeclaration extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IndexerDeclaration.PartialVisitor<R>
static class
IndexerDeclaration.Ref
static class
IndexerDeclaration.Standard
static interface
IndexerDeclaration.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_REF
static Name
FIELD_NAME_STANDARD
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(IndexerDeclaration.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(IndexerDeclaration.Visitor<R> visitor)
-
-