Package io.protostuff.compiler.model
Class Syntax
- java.lang.Object
-
- io.protostuff.compiler.model.AbstractElement
-
- io.protostuff.compiler.model.Syntax
-
- All Implemented Interfaces:
Element
public final class Syntax extends AbstractElement
Syntax node of a proto file.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
Fields Modifier and Type Field Description static SyntaxDEFAULT-
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 Syntax DEFAULT
-
-