Class TypePath
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypePath
-
public class TypePath extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<TypePathPart>
segments
-
Constructor Summary
Constructors Constructor Description TypePath(java.util.List<TypePathPart> segments)
-
-
-
Field Detail
-
segments
public final java.util.List<TypePathPart> segments
-
-
Constructor Detail
-
TypePath
public TypePath(java.util.List<TypePathPart> segments)
-
-