Uses of Class
io.protostuff.compiler.model.SourceCodeLocation
-
Packages that use SourceCodeLocation Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of SourceCodeLocation in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model declared as SourceCodeLocation Modifier and Type Field Description protected SourceCodeLocationAbstractElement. sourceCodeLocationstatic SourceCodeLocationSourceCodeLocation. UNKNOWNMethods in io.protostuff.compiler.model that return SourceCodeLocation Modifier and Type Method Description SourceCodeLocationAbstractElement. getSourceCodeLocation()SourceCodeLocationElement. getSourceCodeLocation()Methods in io.protostuff.compiler.model with parameters of type SourceCodeLocation Modifier and Type Method Description static DynamicMessage.ValueDynamicMessage.Value. createBoolean(SourceCodeLocation sourceCodeLocation, boolean value)static DynamicMessage.ValueDynamicMessage.Value. createEnum(SourceCodeLocation sourceCodeLocation, String value)static DynamicMessage.ValueDynamicMessage.Value. createFloat(SourceCodeLocation sourceCodeLocation, double value)static DynamicMessage.ValueDynamicMessage.Value. createInteger(SourceCodeLocation sourceCodeLocation, long value)static DynamicMessage.ValueDynamicMessage.Value. createMessage(SourceCodeLocation sourceCodeLocation, DynamicMessage value)static DynamicMessage.ValueDynamicMessage.Value. createString(SourceCodeLocation sourceCodeLocation, String value)voidDynamicMessage. set(SourceCodeLocation sourceCodeLocation, String name, DynamicMessage.Value value)Set field of an option to a given value.voidAbstractElement. setSourceCodeLocation(SourceCodeLocation sourceCodeLocation) -
Uses of SourceCodeLocation in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return SourceCodeLocation Modifier and Type Method Description protected SourceCodeLocationAbstractProtoParserListener. getSourceCodeLocation(org.antlr.v4.runtime.ParserRuleContext ctx)SourceCodeLocationParserException. getSourceCodeLocation()
-