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 interfaceIndexerDeclaration.PartialVisitor<R>static classIndexerDeclaration.Refstatic classIndexerDeclaration.Standardstatic interfaceIndexerDeclaration.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_REFstatic NameFIELD_NAME_STANDARDstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(IndexerDeclaration.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(IndexerDeclaration.Visitor<R> visitor)
-
-