Lines Matching refs:parser

1865 package androidx.constraintlayout.core.parser {
1867 public class CLArray extends androidx.constraintlayout.core.parser.CLContainer {
1869 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1872 public class CLContainer extends androidx.constraintlayout.core.parser.CLElement {
1874 method public void add(androidx.constraintlayout.core.parser.CLElement!);
1875 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1877 method public androidx.constraintlayout.core.parser.CLContainer clone();
1878 …od public androidx.constraintlayout.core.parser.CLElement! get(int) throws androidx.constraintlayo…
1879 … public androidx.constraintlayout.core.parser.CLElement! get(String!) throws androidx.constraintla…
1880 … public androidx.constraintlayout.core.parser.CLArray! getArray(int) throws androidx.constraintlay…
1881 …ublic androidx.constraintlayout.core.parser.CLArray! getArray(String!) throws androidx.constraintl…
1882 method public androidx.constraintlayout.core.parser.CLArray! getArrayOrCreate(String!);
1883 method public androidx.constraintlayout.core.parser.CLArray! getArrayOrNull(String!);
1884 …method public boolean getBoolean(int) throws androidx.constraintlayout.core.parser.CLParsingExcept…
1885 …method public boolean getBoolean(String!) throws androidx.constraintlayout.core.parser.CLParsingEx…
1886 … method public float getFloat(int) throws androidx.constraintlayout.core.parser.CLParsingException;
1887 …method public float getFloat(String!) throws androidx.constraintlayout.core.parser.CLParsingExcept…
1889 method public int getInt(int) throws androidx.constraintlayout.core.parser.CLParsingException;
1890 … method public int getInt(String!) throws androidx.constraintlayout.core.parser.CLParsingException;
1891 …public androidx.constraintlayout.core.parser.CLObject! getObject(int) throws androidx.constraintla…
1892 …blic androidx.constraintlayout.core.parser.CLObject! getObject(String!) throws androidx.constraint…
1893 method public androidx.constraintlayout.core.parser.CLObject! getObjectOrNull(String!);
1894 method public androidx.constraintlayout.core.parser.CLElement! getOrNull(int);
1895 method public androidx.constraintlayout.core.parser.CLElement! getOrNull(String!);
1896 …method public String! getString(int) throws androidx.constraintlayout.core.parser.CLParsingExcepti…
1897 …method public String! getString(String!) throws androidx.constraintlayout.core.parser.CLParsingExc…
1902 method public void put(String!, androidx.constraintlayout.core.parser.CLElement!);
1912 method public androidx.constraintlayout.core.parser.CLElement clone();
1914 method public androidx.constraintlayout.core.parser.CLElement! getContainer();
1926 method public void setContainer(androidx.constraintlayout.core.parser.CLContainer!);
1932 field protected androidx.constraintlayout.core.parser.CLContainer! mContainer;
1939 public class CLKey extends androidx.constraintlayout.core.parser.CLContainer {
1941 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1942 …c static androidx.constraintlayout.core.parser.CLElement! allocate(String!, androidx.constraintlay…
1944 method public androidx.constraintlayout.core.parser.CLElement! getValue();
1945 method public void set(androidx.constraintlayout.core.parser.CLElement!);
1948 public class CLNumber extends androidx.constraintlayout.core.parser.CLElement {
1951 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1956 …s androidx.constraintlayout.core.parser.CLContainer implements java.lang.Iterable<androidx.constra…
1958 method public static androidx.constraintlayout.core.parser.CLObject! allocate(char[]!);
1959 method public androidx.constraintlayout.core.parser.CLObject clone();
1960 method public java.util.Iterator<androidx.constraintlayout.core.parser.CLKey!>! iterator();
1968 …hod public androidx.constraintlayout.core.parser.CLObject! parse() throws androidx.constraintlayou…
1969 …static androidx.constraintlayout.core.parser.CLObject! parse(String!) throws androidx.constraintla…
1973 ctor public CLParsingException(String!, androidx.constraintlayout.core.parser.CLElement!);
1977 public class CLString extends androidx.constraintlayout.core.parser.CLElement {
1979 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1980 method public static androidx.constraintlayout.core.parser.CLString from(String);
1983 public class CLToken extends androidx.constraintlayout.core.parser.CLElement {
1985 method public static androidx.constraintlayout.core.parser.CLElement! allocate(char[]!);
1986 …method public boolean getBoolean() throws androidx.constraintlayout.core.parser.CLParsingException;
1987 method public androidx.constraintlayout.core.parser.CLToken.Type! getType();
1988 method public boolean isNull() throws androidx.constraintlayout.core.parser.CLParsingException;
2121 …straintSetParser.DesignElement!>!) throws androidx.constraintlayout.core.parser.CLParsingException;
2122 …straintSetParser.LayoutVariables!) throws androidx.constraintlayout.core.parser.CLParsingException;
2433parser.CLObject!, androidx.constraintlayout.core.state.Transition!, androidx.constraintlayout.core…
2434 …nstraintlayout.core.parser.CLObject!, androidx.constraintlayout.core.state.Transition!) throws and…
2462 …alue(String!, androidx.constraintlayout.core.parser.CLElement!) throws androidx.constraintlayout.c…