Package org.cakelab.jdoxml.api
Interface IDocSymbol
-
- All Superinterfaces:
IDoc
- All Known Implementing Classes:
SymbolHandler
public interface IDocSymbol extends IDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDocSymbol.Types
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
letter()
IDocSymbol.Types
type()
java.lang.String
typeString()
-
-
-
Method Detail
-
type
IDocSymbol.Types type()
-
typeString
java.lang.String typeString()
-
letter
char letter()
-
-