AjTalk.Compiler.Token.IsName C# (CSharp) Method

IsName() public method

public IsName ( ) : bool
return bool
        public bool IsName()
        {
            return this.Type == TokenType.Name;
        }