AnyLogic
Expand
Font size
All Implemented Interfaces:
Parser<T>

public class SkipParser<T>
extends Object
implements Parser<T>

Constructor Summary

ConstructorDescription
SkipParser(Parser<T> itemParser) 

Method Summary

Modifier and TypeMethodDescription
Optional<T>parse(Scanner s) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface com.anylogic.engine.gis.parsing.Parser

error

Constructor Details

SkipParser

public SkipParser(Parser<T> itemParser)

Method Details

parse

public Optional<T> parse(Scanner s)
                  throws ParseException
Specified by:
parse in interface Parser<T>
Throws:
ParseException