Package io.protostuff.compiler.model
Interface Element
-
- All Known Subinterfaces:
Descriptor,FieldContainer,UserType,UserTypeContainer
- All Known Implementing Classes:
AbstractDescriptor,AbstractElement,AbstractUserTypeContainer,DynamicMessage.Value,Enum,EnumConstant,Extension,Field,Group,Import,Message,Oneof,Package,Proto,Range,Service,ServiceMethod,Syntax
public interface ElementBase interface for all proto file nodes.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getCommentLines()StringgetComments()ElementgetParent()SourceCodeLocationgetSourceCodeLocation()
-
-
-
Method Detail
-
getSourceCodeLocation
SourceCodeLocation getSourceCodeLocation()
-
getComments
String getComments()
-
getParent
Element getParent()
-
-