public class TypeParser extends Object
| Constructor and Description |
|---|
TypeParser(String str) |
| Modifier and Type | Method and Description |
|---|---|
Type |
parse() |
Type |
parse(HashSet<String> typeVariables) |
Type |
parseBraceTerm(HashSet<String> typeVariables) |
Type |
parseNotTerm(HashSet<String> typeVariables) |
Type |
parseTerm(HashSet<String> typeVariables) |
public TypeParser(String str)
Copyright © 2017. All rights reserved.