Uses of Class
cn.sliew.milky.common.parse.TokenFormat.Segment
-
Packages that use TokenFormat.Segment Package Description cn.sliew.milky.common.parse -
-
Uses of TokenFormat.Segment in cn.sliew.milky.common.parse
Methods in cn.sliew.milky.common.parse that return TokenFormat.Segment Modifier and Type Method Description TokenFormat.SegmentToken. getLastSegment()Get the lastTokenFormat.Segmentof thisToken.Methods in cn.sliew.milky.common.parse that return types with arguments of type TokenFormat.Segment Modifier and Type Method Description List<TokenFormat.Segment>Token. getSegments()Get the immutable list of segments that make up thisToken.Methods in cn.sliew.milky.common.parse with parameters of type TokenFormat.Segment Modifier and Type Method Description TokenToken. append(TokenFormat.Segment segment)
-