Package io.protostuff.compiler.model
Class Import
- java.lang.Object
-
- io.protostuff.compiler.model.AbstractElement
-
- io.protostuff.compiler.model.Import
-
- All Implemented Interfaces:
Element
public final class Import extends AbstractElement
Import node of a proto file.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
-
Fields inherited from class io.protostuff.compiler.model.AbstractElement
comments, sourceCodeLocation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ProtogetParent()ProtogetProto()StringgetValue()inthashCode()booleanisPublic()voidsetProto(Proto proto)StringtoString()-
Methods inherited from class io.protostuff.compiler.model.AbstractElement
addComment, getCommentLines, getComments, getSourceCodeLocation, setComments, setSourceCodeLocation
-
-