// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.StyleSheets.Syntax.StyleSyntaxTokenizer

namespace UnityEngine.UIElements.StyleSheets.Syntax
{
public class StyleSyntaxTokenizer // TypeDefIndex: 6533
{
	// Fields
	type#9097 m_Tokens;
	type#20868 m_CurrentTokenIndex;

	// Methods
	// RVA: -1
	public type#26745 get_current() { }
	// RVA: -1
	public type#26745 MoveNext() { }
	// RVA: -1
	public type#26745 PeekNext() { }
	// RVA: -1
	public type#28660 Tokenize(type#26576 syntax) { }
	// RVA: -1
	private static type#15313 IsNextCharacter(type#26576 s, type#20867 index, type#15837 c) { }
	// RVA: -1
	private static type#15313 IsNextLetterOrDash(type#26576 s, type#20867 index) { }
	// RVA: -1
	private static type#15313 IsNextNumber(type#26576 s, type#20867 index) { }
	// RVA: -1
	private static type#20867 GlobCharacter(type#26576 s, type#20867 index, type#15837 c) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
