Package io.protostuff.compiler.model
Class Package
- java.lang.Object
-
- io.protostuff.compiler.model.AbstractElement
-
- io.protostuff.compiler.model.Package
-
- All Implemented Interfaces:
Element
public class Package extends AbstractElement
Tree element for "package" node of proto file.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
Fields Modifier and Type Field Description static PackageDEFAULT-
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()StringgetValue()inthashCode()StringtoString()-
Methods inherited from class io.protostuff.compiler.model.AbstractElement
addComment, getCommentLines, getComments, getSourceCodeLocation, setComments, setSourceCodeLocation
-
-
-
-
Field Detail
-
DEFAULT
public static final Package DEFAULT
-
-